chore: fix tests

This commit is contained in:
Sarah Vaupel 2022-01-28 19:50:06 +01:00
parent d54885a37f
commit 814c06a9a6
2 changed files with 3 additions and 0 deletions

View File

@ -298,6 +298,7 @@ instance Arbitrary CsvOptions where
arbitrary = CsvOptions
<$> arbitrary
<*> arbitrary
<*> arbitrary
shrink = genericShrink
instance Arbitrary CsvPreset where

View File

@ -128,6 +128,8 @@ instance Arbitrary User where
userNotificationSettings <- arbitrary
userCsvOptions <- arbitrary
userShowSex <- arbitrary
userExamOfficeGetSynced <- arbitrary
userExamOfficeGetLabels <- arbitrary
userCreated <- arbitrary
userLastLdapSynchronisation <- arbitrary