diff options
Diffstat (limited to 'internal/trans/trans_test.go')
-rw-r--r-- | internal/trans/trans_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/trans/trans_test.go b/internal/trans/trans_test.go index 4eedf5703..7f3954989 100644 --- a/internal/trans/trans_test.go +++ b/internal/trans/trans_test.go @@ -33,9 +33,9 @@ type TransTestSuite struct { func (suite *TransTestSuite) SetupTest() { testrig.InitTestConfig() - testrig.InitTestLog() + testrig.InitTestLog() - suite.testAccounts = testrig.NewTestAccounts() + suite.testAccounts = testrig.NewTestAccounts() suite.db = testrig.NewTestDB() testrig.StandardDBSetup(suite.db, nil) |