Skip to content

Commit 518e89e

Browse files
committed
Update fls; enable test
1 parent c9cd2e7 commit 518e89e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source-repository-package
1616
subdir: hs
1717
-- !WARNING!:
1818
-- MAKE SURE THIS POINTS TO A COMMIT IN `*-artifacts` BEFORE MERGE!
19-
tag: 7af1d3dbe03721048265591b12b857705f5c2577
19+
tag: d84538c1ad6d8dc3cff4e59ead574daf84c88117
2020

2121
source-repository-package
2222
type: git

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ spoAndCCVotingSpec = do
198198
else do
199199
getLastEnactedParameterChange `shouldReturn` SNothing
200200
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"
201+
it "Constitution cannot be changed if active committee size is below min size"
204202
. whenPostBootstrap
205203
$ do
206204
modifyPParams $ \pp ->

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)