test(study-modules): add missing Arbitrary instance

This commit is contained in:
Sarah Vaupel 2021-12-28 22:19:27 +01:00
parent dbc5e99109
commit bbf822d63e

View File

@ -198,6 +198,10 @@ instance Arbitrary VerpMode where
arbitrary = genericArbitrary
shrink = genericShrink
instance Arbitrary StudyModule where
arbitrary = genericArbitrary
shrink = genericShrink
spec :: Spec
spec = do