summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loading_commits_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/loading_commits_test.go')
-rw-r--r--pkg/commands/loading_commits_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/loading_commits_test.go b/pkg/commands/loading_commits_test.go
index beda2c574..c6c77f259 100644
--- a/pkg/commands/loading_commits_test.go
+++ b/pkg/commands/loading_commits_test.go
@@ -18,7 +18,7 @@ func NewDummyCommitListBuilder() *CommitListBuilder {
Log: utils.NewDummyLog(),
GitCommand: NewDummyGitCommandWithOSCommand(osCommand),
OSCommand: osCommand,
- Tr: i18n.NewLocalizer(utils.NewDummyLog()),
+ Tr: i18n.NewTranslationSet(utils.NewDummyLog()),
}
}