From ac3957393e972df54bfed3132a038d79078c9efb 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 04624043..c7b39e77 100644 --- a/test/lib/search.bats +++ b/test/lib/search.bats @@ -46,7 +46,7 @@ function local_teardown { echo $plugin assert_line -n 1 -p $plugin done - 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" {