diff options
Diffstat (limited to 'internal/db/bundb/bundbnew_test.go')
-rw-r--r-- | internal/db/bundb/bundbnew_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/db/bundb/bundbnew_test.go b/internal/db/bundb/bundbnew_test.go index d5e413a4f..2bd945864 100644 --- a/internal/db/bundb/bundbnew_test.go +++ b/internal/db/bundb/bundbnew_test.go @@ -41,6 +41,7 @@ func (suite *BundbNewTestSuite) TestCreateNewDB() { func (suite *BundbNewTestSuite) TestCreateNewSqliteDBNoAddress() { // create a new db with no address specified config.SetDbAddress("") + config.SetDbType("sqlite") db, err := bundb.NewBunDBService(context.Background()) suite.EqualError(err, "'db-address' was not set when attempting to start sqlite") suite.Nil(db) |