fix: tests

This commit is contained in:
Gregor Kleen 2020-07-14 09:04:16 +02:00
parent 7fadcf52b7
commit daa1f837c7

View File

@ -99,6 +99,7 @@ instance Arbitrary UploadSpecificFile where
<$> (pack . getPrintableString <$> arbitrary)
<*> (pack . getPrintableString <$> arbitrary)
<*> arbitrary
<*> arbitrary
shrink = genericShrink
instance Arbitrary UploadMode where