Skip to content

Commit

Permalink
Wrong fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Aug 1, 2024
1 parent 39dbeae commit f002704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main = runSpecAndExitProcess [consoleReporter] $
runTest ["--example", "gotham city"] >>= shouldFailWith "filter-spaces.txt"

Spec.it "can filter by FULL test name" do
runTest ["--example", "gotham city is a dark"] >>= shouldFailWith "filter-spaces.txt"
runTest ["--example", "gotham city is a dark"] >>= shouldFailWith "filter-full-name.txt"

Spec.describe "--example-matches" do
Spec.it "can filter by test name by regex" do
Expand Down

0 comments on commit f002704

Please # to comment.