Skip to content

Commit 355911b

Browse files
committed
Arbitrary ibRefs
1 parent 794ba66 commit 355911b

File tree

1 file changed

+1
-1
lines changed
  • leios-conformance/src/Leios/Conformance

1 file changed

+1
-1
lines changed

leios-conformance/src/Leios/Conformance/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ instance Arbitrary InputBlock where
9292
arbitrary = InputBlock <$> arbitrary <*> arbitrary
9393

9494
instance Arbitrary EndorserBlock where
95-
arbitrary = EndorserBlock <$> genSlot <*> genProducer <*> pure [] -- FIXME: include ibRefs
95+
arbitrary = EndorserBlock <$> genSlot <*> genProducer <*> arbitrary
9696

9797
instance StateModel NetworkModel where
9898
data Action NetworkModel a where

0 commit comments

Comments
 (0)