Skip to content

Commit

Permalink
Tame one more test suite failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Dec 31, 2017
1 parent 966768a commit 1eec90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Text/Megaparsec/CharSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec = do
prs' (char' ch) s' `failsLeaving` s'
context "when stream is empty" $
it "signals correct parse error" $
property $ \ch -> do
property $ \ch -> goodChar ch ==> do
let ms = ueof <> etok (toLower ch) <> etok (toUpper ch)
prs (char' ch) "" `shouldFailWith` err posI ms

Expand Down

0 comments on commit 1eec90e

Please sign in to comment.