Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liontiger23 committed Jan 20, 2025
1 parent f82bc08 commit 058cb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Task2Suite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task2Tests = testGroup "Task2"
\(x, res) ->
counterexample ("luhnHex " ++ show x) $ luhnHex x === res

, testProperty "validateDec" $
, testProperty "validateHex" $
withMaxSuccess 1000 $ forAllBlind (elements hexCases) $
\(x, res) -> conjoin
[ counterexample ("validateHex " ++ show x) $ validateHex x === False
Expand Down

0 comments on commit 058cb10

Please sign in to comment.