Skip to content

Commit

Permalink
Change assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 14, 2024
1 parent e32fafc commit bbcb8b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
-- - /tmp/cabal-testsuite-286573/yops-0.project
-- - /tmp/cabal-testsuite-286573/yops-2.config etc
assertRegex
"Project configuration is listed in full"
"Project configuration without URI imports is listed in full"
"When using configuration from:\n \
\ .*yops-0\\.project\n \
\ .*yops-2\\.config\n \
Expand Down Expand Up @@ -304,7 +304,7 @@ main = cabalTest . withRepo "repo" . recordMode RecordMarked $ do
-- - /tmp/cabal-testsuite-282695/woops-0.project
-- - /tmp/cabal-testsuite-282695/woops-2.config etc
assertRegex
"Project configuration is listed in full"
"Project configuration with URI imports is listed in full"
"When using configuration from:\n \
\ .*woops-0\\.project\n \
\ .*woops-2\\.config\n \
Expand Down

0 comments on commit bbcb8b7

Please sign in to comment.