File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
conway/impl/testlib/Test/Cardano/Ledger/Conway
dijkstra/impl/test/Test/Cardano/Ledger/Dijkstra/Binary
shelley/impl/test/Test/Cardano/Ledger/Shelley/Binary Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ module Test.Cardano.Ledger.Conway.Arbitrary (
3737) where
3838
3939import Cardano.Ledger.Alonzo.Plutus.Evaluate (CollectError )
40- import Cardano.Ledger.Conway (ApplyTxError (ConwayApplyTxError ), ConwayEra , Tx (.. ))
4140import Cardano.Ledger.BaseTypes (ProtVer (.. ), StrictMaybe (.. ))
41+ import Cardano.Ledger.Conway (ApplyTxError (ConwayApplyTxError ), ConwayEra , Tx (.. ))
4242import Cardano.Ledger.Conway.Core
4343import Cardano.Ledger.Conway.Genesis (ConwayGenesis (.. ))
4444import Cardano.Ledger.Conway.Governance
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ spec = do
4444 huddleRoundTripAnnCborSpec @ (TxBody SubTx DijkstraEra ) v " sub_transaction_body"
4545 huddleRoundTripCborSpec @ (TxBody SubTx DijkstraEra ) v " sub_transaction_body"
4646 -- TODO enable this once map/list expansion has been optimized in cuddle
47- xdescribe " hangs" $
47+ xdescribe " hangs" $ do
4848 huddleRoundTripArbitraryValidate @ (TxBody TopTx DijkstraEra ) v " transaction_body"
4949 huddleRoundTripArbitraryValidate @ (TxBody SubTx DijkstraEra ) v " sub_transaction_body"
5050 huddleRoundTripAnnCborSpec @ (TxAuxData DijkstraEra ) v " auxiliary_data"
Original file line number Diff line number Diff line change 55
66module Test.Cardano.Ledger.Shelley.Binary.CddlSpec (spec ) where
77
8- import Cardano.Ledger.BaseTypes (UnitInterval )
9- import Cardano.Ledger.Address (AccountAddress , Addr )
108import Cardano.Ledger.Core
119import Cardano.Ledger.Keys.Bootstrap (BootstrapWitness )
1210import Cardano.Ledger.Shelley (ShelleyEra )
You can’t perform that action at this time.
0 commit comments