File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
test/cardano-cli-golden/Test/Golden/Legacy/Genesis Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,6 @@ test-suite cardano-cli-golden
441441 cardano-cli,
442442 cardano-cli :cardano-cli-test-lib,
443443 cardano-crypto-wrapper,
444- cardano-ledger-alonzo,
445444 cardano-ledger-core,
446445 cardano-strict-containers ^>= 0.1 ,
447446 cborg,
Original file line number Diff line number Diff line change 22
33module Test.Golden.Legacy.Genesis.Create where
44
5- import Cardano.Ledger.Alonzo.Genesis (AlonzoGenesis (.. ) )
6- import Cardano.Ledger.Plutus.CostModels ( costModelsValid , getCostModelParams )
5+ import Cardano.Api.Ledger (AlonzoGenesis (AlonzoGenesis ), costModelsValid , getCostModelParams )
6+
77import Cardano.Ledger.Plutus.Language
88
99import Control.Monad (void )
You can’t perform that action at this time.
0 commit comments