summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-29 20:03:39 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-09-29 20:48:49 +1000
commit72af7e41778bca93d82fa668641f515fba1d92bc (patch)
tree7e755e857be72205ee99641d5eb5d4556151ad8f /pkg/commands/git_test.go
parent1767f91047a35318f6b1e469199c8a7f547f2afc (diff)
factor out code from git.go
Diffstat (limited to 'pkg/commands/git_test.go')
-rw-r--r--pkg/commands/git_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/git_test.go b/pkg/commands/git_test.go
index 812f24cc3..3bad85688 100644
--- a/pkg/commands/git_test.go
+++ b/pkg/commands/git_test.go
@@ -2012,7 +2012,7 @@ func TestGitCommandSkipEditorCommand(t *testing.T) {
)
})
- _ = cmd.RunSkipEditorCommand("true")
+ _ = cmd.runSkipEditorCommand("true")
}
func TestFindDotGitDir(t *testing.T) {