From 0f93acbaf3ea090b295b5506f8f8c239ec5e4907 Mon Sep 17 00:00:00 2001 From: Travis Swicegood Date: Mon, 27 Apr 2020 20:11:59 -0500 Subject: [PATCH] Update tests so github-cli is expected --- test/lib/search.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/search.bats b/test/lib/search.bats index 5bbc8207..6b76e3b9 100644 --- a/test/lib/search.bats +++ b/test/lib/search.bats @@ -54,7 +54,7 @@ function local_teardown { run _bash-it-search 'git' --no-color assert_line -n 0 ' aliases: git gitsvn ' 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" {