Skip to content

Commit 3087913

Browse files
author
Noah Gorny
committed
test: Fix search test after git-zsh addition
1 parent 051da8a commit 3087913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/search.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function local_teardown {
3939

4040
@test "search: git" {
4141
run _bash-it-search 'git' --no-color
42-
assert_line -n 0 ' aliases: git gitsvn '
42+
assert_line -n 0 ' aliases: git gitsvn git-zsh '
4343
assert_line -n 1 -p ' plugins:'
4444
for plugin in "autojump" "git" "gitstatus" "git-subrepo" "jgitflow" "jump"
4545
do

0 commit comments

Comments
 (0)