chore: fix tests

This commit is contained in:
Gregor Kleen 2019-09-16 11:44:39 +02:00
parent 530a8c688e
commit 91b3fdc7b2
2 changed files with 5 additions and 0 deletions

View File

@ -157,6 +157,7 @@ deriving instance Generic ExamR
deriving instance Generic CourseApplicationR
deriving instance Generic AllocationR
deriving instance Generic SchoolR
deriving instance Generic ExamOfficeR
deriving instance Generic (Route UniWorX)
-- | Convenient Type Synonyms:

View File

@ -60,6 +60,10 @@ instance Arbitrary AllocationR where
arbitrary = genericArbitrary
shrink = genericShrink
instance Arbitrary ExamOfficeR where
arbitrary = genericArbitrary
shrink = genericShrink
instance Arbitrary (Route UniWorX) where
arbitrary = genericArbitrary
shrink = genericShrink