Skip to content

Commit 0be62a8

Browse files
committed
Fix stakepool-test in nightly build
1 parent cf517a0 commit 0be62a8

File tree

2 files changed

+2
-2
lines changed
  • eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules

2 files changed

+2
-2
lines changed

eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Deleg.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import Test.QuickCheck (
5353
import Test.Tasty (TestTree)
5454
import Test.Tasty.QuickCheck (testProperty)
5555

56-
-- | Various properties of the POOL STS Rule, tested on longer traces
56+
-- | Various properties of the DELEG STS Rule, tested on longer traces
5757
-- (double the default length)
5858
tests ::
5959
forall era.

eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Pool.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ poolRegistrationProp
134134
, counterexample
135135
"New StakePoolParams are registered in future Params map"
136136
( Map.lookup hk (psFutureStakePools targetSt)
137-
=== Just (mkStakePoolState (sps ^. spsDepositL) (sps ^. spsDelegatorsL) stakePoolParams)
137+
=== Just (mkStakePoolState (sps ^. spsDepositL) mempty stakePoolParams)
138138
)
139139
, counterexample
140140
"StakePoolParams are removed in 'retiring'"

0 commit comments

Comments
 (0)