Skip to content

Commit

Permalink
Fix ledger event test
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Sep 26, 2023
1 parent fc0d262 commit e9103b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/test/Test/Cardano/Node/LedgerEvent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ genEvent =
AnchoredEvent
<$> (toShort <$> Gen.bytes (Range.constant 32 32))
<*> (fromIntegral <$> Gen.word64 Range.constantBounded)
<*> (LedgerStartAtEpoch . fromIntegral <$> Gen.word16 Range.constantBounded)
<*> (LedgerNewEpochEvent . LedgerStartAtEpoch . fromIntegral <$> Gen.word16 Range.constantBounded)

tests :: IO Bool
tests =
Expand Down

0 comments on commit e9103b9

Please sign in to comment.