File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
test/cardano-api-test/Test/Cardano/Api Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -167,5 +167,5 @@ fromConsensusEraIndex = \case
167167 AnyCardanoEra BabbageEra
168168 Consensus. EraIndex (S (S (S (S (S (S (Z (K () )))))))) ->
169169 AnyCardanoEra ConwayEra
170- Consensus. EraIndex (S (S (S (S (S (S (S _))))))) ->
171- AnyCardanoEra DijkstraEra
170+ Consensus. EraIndex (S (S (S (S (S (S (S _))))))) ->
171+ AnyCardanoEra DijkstraEra
Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ import Ouroboros.Network.Block qualified
207207import Ouroboros.Network.Protocol.ChainSync.Client qualified as CS
208208import Ouroboros.Network.Protocol.ChainSync.ClientPipelined qualified as CSP
209209import Ouroboros.Network.Protocol.ChainSync.PipelineDecision
210- import Test.Cardano.Ledger.Api.Examples.Consensus.Dijkstra
211210
212211import Control.Concurrent
213212import Control.DeepSeq
@@ -262,6 +261,8 @@ import Network.Mux qualified as Mux
262261import Network.TypedProtocol.Core (Nat (.. ))
263262import System.FilePath
264263
264+ import Test.Cardano.Ledger.Api.Examples.Consensus.Dijkstra
265+
265266data InitialLedgerStateError
266267 = -- | Failed to read or parse the network config file.
267268 ILSEConfigFile Text
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Test.Cardano.Api.Orphans () where
99import Cardano.Api.Byron
1010import Cardano.Api.Key
1111
12- -- import Test.Cardano.Crypto.Orphans ()
12+ -- import Test.Cardano.Crypto.Orphans ()
1313
1414-- Signing Key instances
1515
You can’t perform that action at this time.
0 commit comments