We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c3488 commit 457466dCopy full SHA for 457466d
test/test-search.bats
@@ -84,7 +84,7 @@ notes="./notes"
84
refute_line "non-matching-note.md"
85
}
86
87
-@test "Should search notes when using the search shorthand alias" {
+@test "Should search notes when using the search shorthand alias with a pattern" {
88
echo "my-pattern" > $NOTES_DIRECTORY/matching-note.md
89
90
run $notes s my-pattern
0 commit comments