Skip to content

Commit

Permalink
Fix typo spotted by @smelc
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Hurlin <[email protected]>
  • Loading branch information
palas and smelc committed Jul 1, 2024
1 parent f0b3b6d commit 65ac3e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test_golden_currentEpochEligibleLeadershipSlots =
]
serPoolDistr = SerialisedPoolDistribution (Serialised (serialize (toByronCBOR poolDistr)))
currentEpoch = EpochNo 4
eEligibileSlots = currentEpochEligibleLeadershipSlots sbe sGen eInfo pp ptclState poolid vrskey1 serPoolDistr currentEpoch
eEligibleSlots = currentEpochEligibleLeadershipSlots sbe sGen eInfo pp ptclState poolid vrskey1 serPoolDistr currentEpoch
expectedEligibleSlots = [ SlotNo 406, SlotNo 432, SlotNo 437, SlotNo 443, SlotNo 484 ]
eligibileSlots <- H.evalEither eEligibileSlots
eligibileSlots H.=== Set.fromList expectedEligibleSlots
eligibleSlots <- H.evalEither eEligibleSlots
eligibleSlots H.=== Set.fromList expectedEligibleSlots

0 comments on commit 65ac3e0

Please sign in to comment.