From 2191faf17e1bb46a3210c81f6d25c6a7d5352b0a Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 10 Aug 2022 18:02:12 +0200 Subject: [PATCH] Fix tests Turns out we checked one of the descriptions I had adjusted. Oops! --- tests/checks/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/git.fish b/tests/checks/git.fish index 0ca313e1a..0a7c64723 100644 --- a/tests/checks/git.fish +++ b/tests/checks/git.fish @@ -35,7 +35,7 @@ git config --local alias.re 'restore --staged' complete -C'git ' | grep '^add'\t # (note: actual tab character in the check here) -#CHECK: add Add file contents to the index +#CHECK: add Add file contents to the staging area touch foo