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 f860de8 commit 889f257Copy full SHA for 889f257
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/RatifySpec.hs
@@ -241,7 +241,8 @@ spoAndCCVotingSpec = do
241
getConstitution `shouldNotReturn` newConstitution
242
-- https://github.com/IntersectMBO/cardano-ledger/issues/5418
243
-- TODO: Re-enable after issue is resolved, by removing this override
244
- disableInConformanceIt "Constitution cannot be changed if an active committee doesn't vote even if the committee threshold is 0" $
+ disableInConformanceIt
245
+ "Constitution cannot be changed if an active committee doesn't vote even if the committee threshold is 0" $
246
whenPostBootstrap $ do
247
modifyPParams $ \pp ->
248
pp
0 commit comments