summaryrefslogtreecommitdiff
path: root/internal/text/plain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/text/plain_test.go')
-rw-r--r--internal/text/plain_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/text/plain_test.go b/internal/text/plain_test.go
index 62c43406d..b353fb284 100644
--- a/internal/text/plain_test.go
+++ b/internal/text/plain_test.go
@@ -64,8 +64,7 @@ func (suite *PlainTestSuite) SetupSuite() {
func (suite *PlainTestSuite) SetupTest() {
suite.config = testrig.NewTestConfig()
suite.db = testrig.NewTestDB()
- suite.log = testrig.NewTestLog()
- suite.formatter = text.NewFormatter(suite.config, suite.db, suite.log)
+ suite.formatter = text.NewFormatter(suite.config, suite.db)
testrig.StandardDBSetup(suite.db, nil)
}