Skip to content

Commit 457466d

Browse files
committed
Avoid duplicated test name
1 parent b3c3488 commit 457466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-search.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ notes="./notes"
8484
refute_line "non-matching-note.md"
8585
}
8686

87-
@test "Should search notes when using the search shorthand alias" {
87+
@test "Should search notes when using the search shorthand alias with a pattern" {
8888
echo "my-pattern" > $NOTES_DIRECTORY/matching-note.md
8989

9090
run $notes s my-pattern

0 commit comments

Comments
 (0)