fix: build
This commit is contained in:
parent
83b8e765c6
commit
7c86293005
@ -132,6 +132,7 @@ instance Arbitrary User where
|
|||||||
userTelephone <- fmap pack . assertM' (not . null) <$> listOf (elements $ [' ', '+', '-', '/', '_'] ++ ['0'..'9'])
|
userTelephone <- fmap pack . assertM' (not . null) <$> listOf (elements $ [' ', '+', '-', '/', '_'] ++ ['0'..'9'])
|
||||||
userCompanyPersonalNumber <- fmap pack . assertM' (not . null) <$> listOf (elements ['0'..'9'])
|
userCompanyPersonalNumber <- fmap pack . assertM' (not . null) <$> listOf (elements ['0'..'9'])
|
||||||
userCompanyDepartment <- arbitrary
|
userCompanyDepartment <- arbitrary
|
||||||
|
userPinPassword <- arbitrary
|
||||||
userPostAddress <- arbitrary -- TODO: not a good address
|
userPostAddress <- arbitrary -- TODO: not a good address
|
||||||
userPrefersPostal <- arbitrary
|
userPrefersPostal <- arbitrary
|
||||||
userExamOfficeGetSynced <- arbitrary
|
userExamOfficeGetSynced <- arbitrary
|
||||||
|
|||||||
Reference in New Issue
Block a user