Skip to content

Commit 1b03b2d

Browse files
committed
fourmolize
1 parent c23dc0e commit 1b03b2d

File tree

2 files changed

+2
-3
lines changed
  • libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance/Spec

2 files changed

+2
-3
lines changed

libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance/Spec/Conway.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
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

1313
import Data.Map.Strict qualified as Map
1414
import Test.Cardano.Ledger.Conformance.ExecSpecRule.Conway (ConwayCertExecContext (..))
15+
import Test.Cardano.Ledger.Conformance.Spec.Core
1516
import Test.Cardano.Ledger.Constrained.Conway (genUtxoExecContext)
1617
import Test.Cardano.Ledger.Constrained.Conway.MiniTrace (
1718
ConwayCertGenContext (..),
@@ -27,7 +28,6 @@ import Test.Cardano.Ledger.Constrained.Conway.MiniTrace (
2728
constrainedUtxo,
2829
)
2930
import Test.Cardano.Ledger.Imp.Common
30-
import Test.Cardano.Ledger.Conformance.Spec.Core
3131

3232
spec :: Spec
3333
spec = do

libs/cardano-ledger-conformance/test/Test/Cardano/Ledger/Conformance/Spec/Core.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,3 @@ conformsToImplConstrained_ ::
9292
ConstrainedGeneratorBundle ctx rule era ->
9393
Property
9494
conformsToImplConstrained_ bundle = conformsToImplConstrained bundle $ \_ _ _ _ -> arbitrary
95-

0 commit comments

Comments
 (0)