aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Instances.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Instances.hs')
-rw-r--r--tests/Instances.hs3
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