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
|
||||
arbitrary = oneof
|
||||
[ htmlToStoredMarkup <$> arbitrary
|
||||
, (plaintextToStoredMarkup :: Text -> StoredMarkup) <$> arbitrary
|
||||
, plaintextToStoredMarkup . getPrintableString <$> arbitrary
|
||||
]
|
||||
|
||||
instance Arbitrary OccurrenceSchedule where
|
||||
|
||||
Loading…
Reference in New Issue
Block a user