Skip to content

Commit 39f2df6

Browse files
committed
test: Add a hard fork rollback test
1 parent 1d8a84a commit 39f2df6

File tree

7 files changed

+147
-122
lines changed

7 files changed

+147
-122
lines changed

cardano-chain-gen/test/Test/Cardano/Db/Mock/Unit/Conway.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ unitTests iom knownMigrations =
248248
, test "info action" Governance.infoAction
249249
, test "rollback new committee member" Governance.rollbackNewCommittee
250250
, test "rollback new committee member proposal" Governance.rollbackNewCommitteeProposal
251+
, test "rollback hardfork" Governance.rollbackHardFork
251252
]
252253
]
253254
where

0 commit comments

Comments
 (0)