diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Instances.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Instances.hs b/tests/Instances.hs index 33459bc..c7a3624 100644 --- a/tests/Instances.hs +++ b/tests/Instances.hs @@ -113,6 +113,9 @@ arbitraryReducedMaybeValue n = do -- * Models +instance Arbitrary AnyType where + arbitrary = AnyType <$> arbitrary + instance Arbitrary ApiKey where arbitrary = sized genApiKey |
