Skip to content

Commit

Permalink
testing: don't generate MsgReplyGetMeasures in Arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed Feb 3, 2025
1 parent dead93c commit a677857
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ instance (Arbitrary txid, Arbitrary tx, Arbitrary slot)
, pure $ AnyMessage MsgGetSizes
, AnyMessage . MsgReplyGetSizes <$> arbitrary
, pure $ AnyMessage MsgGetMeasures
, AnyMessage . MsgReplyGetMeasures <$> arbitrary
-- , AnyMessage . MsgReplyGetMeasures <$> arbitrary
, pure $ AnyMessage MsgRelease
, pure $ AnyMessage MsgDone
]
Expand Down

0 comments on commit a677857

Please sign in to comment.