diff --git a/src/vcs/git/git_impl_test.go b/src/vcs/git/git_impl_test.go index 4054ee18..75b1e0de 100644 --- a/src/vcs/git/git_impl_test.go +++ b/src/vcs/git/git_impl_test.go @@ -105,7 +105,7 @@ func Test_git_auto_push_is_disabled_default(t *testing.T) { } func Test_git_supports_emojis(t *testing.T) { - g, _ := newGitImpl(inMemoryRepoInit, "") + g, _ := newGitImpl(inMemoryRepoInit, "", "") assert.True(t, g.SupportsEmojis()) }