Skip to content

Commit

Permalink
[#809] Create GitImpl with remote in test (fix merge compilation isssue)
Browse files Browse the repository at this point in the history
To support VCS that don't manage emojies
  • Loading branch information
philou authored and mengdaming committed Oct 11, 2024
1 parent f2c8a8d commit 05ba195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcs/git/git_impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

Expand Down

0 comments on commit 05ba195

Please sign in to comment.