File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance/Spec Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88{-# LANGUAGE TupleSections #-}
99{-# LANGUAGE TypeApplications #-}
1010
11- module Test.Cardano.Ledger.Conformance.Spec.Conway ( spec ) where
11+ module Test.Cardano.Ledger.Conformance.Spec.Conway (spec ) where
1212
1313import Data.Map.Strict qualified as Map
1414import Test.Cardano.Ledger.Conformance.ExecSpecRule.Conway (ConwayCertExecContext (.. ))
15+ import Test.Cardano.Ledger.Conformance.Spec.Core
1516import Test.Cardano.Ledger.Constrained.Conway (genUtxoExecContext )
1617import Test.Cardano.Ledger.Constrained.Conway.MiniTrace (
1718 ConwayCertGenContext (.. ),
@@ -27,7 +28,6 @@ import Test.Cardano.Ledger.Constrained.Conway.MiniTrace (
2728 constrainedUtxo ,
2829 )
2930import Test.Cardano.Ledger.Imp.Common
30- import Test.Cardano.Ledger.Conformance.Spec.Core
3131
3232spec :: Spec
3333spec = do
Original file line number Diff line number Diff line change @@ -92,4 +92,3 @@ conformsToImplConstrained_ ::
9292 ConstrainedGeneratorBundle ctx rule era ->
9393 Property
9494conformsToImplConstrained_ bundle = conformsToImplConstrained bundle $ \ _ _ _ _ -> arbitrary
95-
You can’t perform that action at this time.
0 commit comments