chore: fix tests
This commit is contained in:
parent
e2b7badd33
commit
37048277d0
@ -92,6 +92,7 @@ instance Arbitrary User where
|
|||||||
userTitle <- fmap (pack . getPrintableString) <$> arbitrary
|
userTitle <- fmap (pack . getPrintableString) <$> arbitrary
|
||||||
|
|
||||||
userMaxFavourites <- getNonNegative <$> arbitrary
|
userMaxFavourites <- getNonNegative <$> arbitrary
|
||||||
|
userMaxFavouriteTerms <- getNonNegative <$> arbitrary
|
||||||
userTheme <- arbitrary
|
userTheme <- arbitrary
|
||||||
|
|
||||||
let genDateTimeFormat sel = do
|
let genDateTimeFormat sel = do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user