chore: fix arbitrary instance for storable markup
This commit is contained in:
parent
e25e8a2f4c
commit
d20d8a1505
@ -220,7 +220,7 @@ instance Arbitrary Html where
|
|||||||
instance Arbitrary StoredMarkup where
|
instance Arbitrary StoredMarkup where
|
||||||
arbitrary = oneof
|
arbitrary = oneof
|
||||||
[ htmlToStoredMarkup <$> arbitrary
|
[ htmlToStoredMarkup <$> arbitrary
|
||||||
, (plaintextToStoredMarkup :: Text -> StoredMarkup) <$> arbitrary
|
, plaintextToStoredMarkup . getPrintableString <$> arbitrary
|
||||||
]
|
]
|
||||||
|
|
||||||
instance Arbitrary OccurrenceSchedule where
|
instance Arbitrary OccurrenceSchedule where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user