This commit is contained in:
tsmethurst 2021-09-07 18:18:21 +02:00
commit 28f89891d6
9 changed files with 47 additions and 47 deletions

View file

@ -33,7 +33,7 @@ type TransTestSuite struct {
func (suite *TransTestSuite) SetupTest() {
suite.db = testrig.NewTestDB()
suite.log = testrig.NewTestLog()
suite.log = testrig.NewTestLog()
testrig.StandardDBSetup(suite.db, nil)
}