We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf373 commit 3a0eb1eCopy full SHA for 3a0eb1e
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/RatifySpec.hs
@@ -200,7 +200,8 @@ spoAndCCVotingSpec = do
200
newRefScriptBaseFee `shouldBe` initialRefScriptBaseFee
201
-- https://github.com/IntersectMBO/cardano-ledger/issues/5170
202
-- 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
+ disableInConformanceIt "Constitution cannot be changed if active committee size is below min size"
204
+ . whenPostBootstrap $ do
205
modifyPParams $ \pp ->
206
pp
207
& ppDRepVotingThresholdsL . dvtUpdateToConstitutionL .~ (0 %! 1)
0 commit comments