Skip to content

Commit

Permalink
tests: Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia committed Jan 27, 2024
1 parent 2e02228 commit dba28fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Tests/Properties/Validate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ testValidate :: TestTree
testValidate = testGroup "validate"
[ testProperty "bytestring" $ forAllShrink genByteString shrink $ \bs ->
isValidUtf8ByteString bs === isRight (decodeUtf8' bs)
-- We have all we need to shrink here but I'm too lazy to do that now.
, testProperty "bytearray" $ forAllByteArray $ \ba off len bs ->
isValidUtf8ByteArray ba off len === isRight (decodeUtf8' bs)
]
Expand Down

0 comments on commit dba28fc

Please sign in to comment.