From d502c43ae89bf642e18db3ba5970b419a6b6fba6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 5 Jun 2021 10:58:36 +1000 Subject: [PATCH] fix tests --- pkg/commands/files_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/files_test.go b/pkg/commands/files_test.go index ba2632997..8b147fa35 100644 --- a/pkg/commands/files_test.go +++ b/pkg/commands/files_test.go @@ -741,7 +741,7 @@ func TestEditFileCmdStr(t *testing.T) { return "", nil }, func(cmdStr string, err error) { - assert.EqualError(t, err, "No editor defined in $GIT_EDITOR, $VISUAL, $EDITOR, or git config") + assert.EqualError(t, err, "No editor defined in config file, $GIT_EDITOR, $VISUAL, $EDITOR, or git config") }, }, {