Skip to content

Commit e7694c4

Browse files
committed
WIP - GovCertSpec
1 parent 5db560e commit e7694c4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import qualified Test.Cardano.Ledger.Conway.Imp.CertsSpec as Certs
4646
import qualified Test.Cardano.Ledger.Conway.Imp.DelegSpec as Deleg
4747
import qualified Test.Cardano.Ledger.Conway.Imp.EnactSpec as Enact
4848
import qualified Test.Cardano.Ledger.Conway.Imp.EpochSpec as Epoch
49-
-- import qualified Test.Cardano.Ledger.Conway.Imp.GovCertSpec as GovCert
49+
import qualified Test.Cardano.Ledger.Conway.Imp.GovCertSpec as GovCert
5050
import qualified Test.Cardano.Ledger.Conway.Imp.GovSpec as Gov
5151
-- import qualified Test.Cardano.Ledger.Conway.Imp.LedgerSpec as Ledger
5252
-- import qualified Test.Cardano.Ledger.Conway.Imp.RatifySpec as Ratify
@@ -135,8 +135,8 @@ conwaySpec = do
135135
describe "ENACT" Enact.spec
136136
describe "EPOCH" Epoch.spec
137137
describe "GOV" Gov.spec
138+
describe "GOVCERT" GovCert.spec
138139

139-
-- describe "GOVCERT" GovCert.spec
140140
-- describe "LEDGER" Ledger.spec
141141
-- describe "RATIFY" Ratify.spec
142142
-- describe "UTXO" Utxo.spec

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import Test.Cardano.Ledger.Imp.Common
2626
spec ::
2727
forall era.
2828
( ConwayEraImp era
29-
, ShelleyEraTxCert era
3029
, InjectRuleFailure "LEDGER" ConwayGovCertPredFailure era
3130
, InjectRuleFailure "LEDGER" ConwayGovPredFailure era
3231
) =>

0 commit comments

Comments
 (0)