Skip to content

Commit 889f257

Browse files
committed
Fourmoluize
1 parent f860de8 commit 889f257

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
@@ -241,7 +241,8 @@ spoAndCCVotingSpec = do
241241
getConstitution `shouldNotReturn` newConstitution
242242
-- https://github.com/IntersectMBO/cardano-ledger/issues/5418
243243
-- 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" $
244+
disableInConformanceIt
245+
"Constitution cannot be changed if an active committee doesn't vote even if the committee threshold is 0" $
245246
whenPostBootstrap $ do
246247
modifyPParams $ \pp ->
247248
pp

0 commit comments

Comments
 (0)