completion: Update completion for new bash-it update

Also fix the update completion test
This commit is contained in:
Noah Gorny
2020-06-22 16:19:52 +03:00
parent 96295e92a5
commit 1bdcacf242
2 changed files with 8 additions and 3 deletions

View File

@@ -58,9 +58,9 @@ function __check_completion () {
assert_line -n 0 "vagrant vault vim"
}
@test "completion bash-it: update - show no options" {
@test "completion bash-it: update - show options" {
run __check_completion 'bash-it update '
assert_line -n 0 ""
assert_line -n 0 "stable dev"
}
@test "completion bash-it: search - show no options" {