Skip to content

Commit e628804

Browse files
Clarify wording on a test
1 parent 77f2e5c commit e628804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diff-so-fancy.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set_env
99
# bats fails to handle our multiline result, so we save to $output ourselves
1010
output=$( load_fixture "ls-function" | $diff_so_fancy )
1111

12-
@test "diff-so-fancy runs exits without error" {
12+
@test "diff-so-fancy runs and exits without error" {
1313
load_fixture "ls-function" | $diff_so_fancy
1414
run assert_success
1515
}

0 commit comments

Comments
 (0)