File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import qualified Test.Cardano.Ledger.Conway.Imp.CertsSpec as Certs
4646import qualified Test.Cardano.Ledger.Conway.Imp.DelegSpec as Deleg
4747import qualified Test.Cardano.Ledger.Conway.Imp.EnactSpec as Enact
4848import 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
5050import 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
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import Test.Cardano.Ledger.Imp.Common
2626spec ::
2727 forall era .
2828 ( ConwayEraImp era
29- , ShelleyEraTxCert era
3029 , InjectRuleFailure " LEDGER" ConwayGovCertPredFailure era
3130 , InjectRuleFailure " LEDGER" ConwayGovPredFailure era
3231 ) =>
You can’t perform that action at this time.
0 commit comments