Skip to content

Commit ad0a57e

Browse files
Soupstrawlehins
authored andcommitted
Fourmolize, rebase
1 parent 56c2dd0 commit ad0a57e

File tree

3 files changed

+2
-4
lines changed
  • eras
    • conway/impl/testlib/Test/Cardano/Ledger/Conway
    • dijkstra/impl/test/Test/Cardano/Ledger/Dijkstra/Binary
    • shelley/impl/test/Test/Cardano/Ledger/Shelley/Binary

3 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ module Test.Cardano.Ledger.Conway.Arbitrary (
3737
) where
3838

3939
import Cardano.Ledger.Alonzo.Plutus.Evaluate (CollectError)
40-
import Cardano.Ledger.Conway (ApplyTxError (ConwayApplyTxError), ConwayEra, Tx (..))
4140
import Cardano.Ledger.BaseTypes (ProtVer (..), StrictMaybe (..))
41+
import Cardano.Ledger.Conway (ApplyTxError (ConwayApplyTxError), ConwayEra, Tx (..))
4242
import Cardano.Ledger.Conway.Core
4343
import Cardano.Ledger.Conway.Genesis (ConwayGenesis (..))
4444
import Cardano.Ledger.Conway.Governance

eras/dijkstra/impl/test/Test/Cardano/Ledger/Dijkstra/Binary/CddlSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

eras/shelley/impl/test/Test/Cardano/Ledger/Shelley/Binary/CddlSpec.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
module Test.Cardano.Ledger.Shelley.Binary.CddlSpec (spec) where
77

8-
import Cardano.Ledger.BaseTypes (UnitInterval)
9-
import Cardano.Ledger.Address (AccountAddress, Addr)
108
import Cardano.Ledger.Core
119
import Cardano.Ledger.Keys.Bootstrap (BootstrapWitness)
1210
import Cardano.Ledger.Shelley (ShelleyEra)

0 commit comments

Comments
 (0)