From 6c92440c6419012ef96a7410e769c8724a8d2206 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 4 Jun 2022 12:07:23 +0200 Subject: [PATCH] fix(test): add missing workflow instance --- test/Model/TypesSpec.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Model/TypesSpec.hs b/test/Model/TypesSpec.hs index b1c3d8a8b..e45b6ff49 100644 --- a/test/Model/TypesSpec.hs +++ b/test/Model/TypesSpec.hs @@ -391,6 +391,9 @@ instance Arbitrary SchoolAuthorshipStatementMode where instance Arbitrary SheetAuthorshipStatementMode where arbitrary = genericArbitrary +instance Arbitrary WorkflowWorkflowListType where + arbitrary = genericArbitrary + spec :: Spec spec = do