Skip to content

Commit 3a0eb1e

Browse files
carlostomeSoupstraw
authored andcommitted
Fourmoluize
1 parent b0bf373 commit 3a0eb1e

File tree

1 file changed

+2
-1
lines changed
  • eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp

1 file changed

+2
-1
lines changed

eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/RatifySpec.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ spoAndCCVotingSpec = do
200200
newRefScriptBaseFee `shouldBe` initialRefScriptBaseFee
201201
-- https://github.com/IntersectMBO/cardano-ledger/issues/5170
202202
-- TODO: Re-enable after issue is resolved, by removing this override
203-
disableInConformanceIt "Constitution cannot be changed if active committee size is below min size" . whenPostBootstrap $ do
203+
disableInConformanceIt "Constitution cannot be changed if active committee size is below min size"
204+
. whenPostBootstrap $ do
204205
modifyPParams $ \pp ->
205206
pp
206207
& ppDRepVotingThresholdsL . dvtUpdateToConstitutionL .~ (0 %! 1)

0 commit comments

Comments
 (0)