We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f2e5c commit e628804Copy full SHA for e628804
test/diff-so-fancy.bats
@@ -9,7 +9,7 @@ set_env
9
# bats fails to handle our multiline result, so we save to $output ourselves
10
output=$( load_fixture "ls-function" | $diff_so_fancy )
11
12
-@test "diff-so-fancy runs exits without error" {
+@test "diff-so-fancy runs and exits without error" {
13
load_fixture "ls-function" | $diff_so_fancy
14
run assert_success
15
}
0 commit comments