summaryrefslogtreecommitdiff
path: root/internal/trans/exportminimal_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/trans/exportminimal_test.go')
-rw-r--r--internal/trans/exportminimal_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/trans/exportminimal_test.go b/internal/trans/exportminimal_test.go
index 2bffffcfe..e01793862 100644
--- a/internal/trans/exportminimal_test.go
+++ b/internal/trans/exportminimal_test.go
@@ -38,7 +38,7 @@ func (suite *ExportMinimalTestSuite) TestExportMinimalOK() {
tempFilePath := fmt.Sprintf("%s/%s", suite.T().TempDir(), uuid.NewString())
// export to the tempFilePath
- exporter := trans.NewExporter(suite.db, suite.log)
+ exporter := trans.NewExporter(suite.db)
err := exporter.ExportMinimal(context.Background(), tempFilePath)
suite.NoError(err)