chore: fix tests
This commit is contained in:
parent
d54885a37f
commit
814c06a9a6
@ -298,6 +298,7 @@ instance Arbitrary CsvOptions where
|
||||
arbitrary = CsvOptions
|
||||
<$> arbitrary
|
||||
<*> arbitrary
|
||||
<*> arbitrary
|
||||
shrink = genericShrink
|
||||
|
||||
instance Arbitrary CsvPreset where
|
||||
|
||||
@ -128,6 +128,8 @@ instance Arbitrary User where
|
||||
userNotificationSettings <- arbitrary
|
||||
userCsvOptions <- arbitrary
|
||||
userShowSex <- arbitrary
|
||||
userExamOfficeGetSynced <- arbitrary
|
||||
userExamOfficeGetLabels <- arbitrary
|
||||
|
||||
userCreated <- arbitrary
|
||||
userLastLdapSynchronisation <- arbitrary
|
||||
|
||||
Reference in New Issue
Block a user