test: fix tests

This commit is contained in:
Sarah Vaupel 2022-02-04 01:37:29 +01:00
parent c60117f076
commit 5889c7e1a4

View File

@ -298,7 +298,7 @@ instance Arbitrary CsvOptions where
arbitrary = CsvOptions
<$> arbitrary
<*> arbitrary
<*> arbitrary
<*> suchThat arbitrary (maybe True $ not . elem (Char.chr 0))
shrink = genericShrink
instance Arbitrary CsvPreset where