Update tests so github-cli is expected

pull/1574/head
Travis Swicegood 2020-04-27 20:11:59 -05:00
parent 0d1bc86e5f
commit 0f93acbaf3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function local_teardown {
run _bash-it-search 'git' --no-color run _bash-it-search 'git' --no-color
assert_line -n 0 ' aliases: git gitsvn ' assert_line -n 0 ' aliases: git gitsvn '
assert_line -n 1 ' plugins: autojump git git-subrepo jgitflow jump ' assert_line -n 1 ' plugins: autojump git git-subrepo jgitflow jump '
assert_line -n 2 ' completions: git git_flow git_flow_avh ' assert_line -n 2 ' completions: git git_flow git_flow_avh github-cli '
} }
@test "search: ruby gem bundle rake rails" { @test "search: ruby gem bundle rake rails" {