summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
diff options
context:
space:
mode:
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 779e31f68..99ab351fa 100644
--- a/pkg/commands/git_test.go
+++ b/pkg/commands/git_test.go
@@ -2130,7 +2130,7 @@ func TestGitCommandSkipEditorCommand(t *testing.T) {
)
})
- cmd.RunSkipEditorCommand("true")
+ _ = cmd.RunSkipEditorCommand("true")
}
func TestFindDotGitDir(t *testing.T) {