diff --git a/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal b/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal index 455b5c192ea..ee2e69aa3fa 100644 --- a/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal +++ b/eras/shelley/test-suite/cardano-ledger-shelley-test.cabal @@ -65,10 +65,10 @@ library Test.Cardano.Ledger.Shelley.Rules.Chain Test.Cardano.Ledger.Shelley.Rules.ClassifyTraces Test.Cardano.Ledger.Shelley.Rules.IncrementalStake + Test.Cardano.Ledger.Shelley.Rules.PoolReap Test.Cardano.Ledger.Shelley.Rules.TestChain - Test.Cardano.Ledger.Shelley.Rules.TestDeleg - Test.Cardano.Ledger.Shelley.Rules.TestPool - Test.Cardano.Ledger.Shelley.Rules.TestPoolreap + Test.Cardano.Ledger.Shelley.Rules.Deleg + Test.Cardano.Ledger.Shelley.Rules.Pool Test.Cardano.Ledger.Shelley.Serialisation.CDDLUtils Test.Cardano.Ledger.Shelley.Serialisation.Generators Test.Cardano.Ledger.Shelley.Serialisation.EraIndepGenerators diff --git a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestDeleg.hs b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Deleg.hs similarity index 99% rename from eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestDeleg.hs rename to eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Deleg.hs index 266655e8308..f52249900a4 100644 --- a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestDeleg.hs +++ b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Deleg.hs @@ -8,7 +8,7 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeSynonymInstances #-} -module Test.Cardano.Ledger.Shelley.Rules.TestDeleg ( +module Test.Cardano.Ledger.Shelley.Rules.Deleg ( keyRegistration, keyDeRegistration, keyDelegation, diff --git a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestPool.hs b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Pool.hs similarity index 98% rename from eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestPool.hs rename to eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Pool.hs index cf6111504f0..9ce7047a2fd 100644 --- a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestPool.hs +++ b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/Pool.hs @@ -3,7 +3,7 @@ {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeFamilies #-} -module Test.Cardano.Ledger.Shelley.Rules.TestPool ( +module Test.Cardano.Ledger.Shelley.Rules.Pool ( poolRegistration, poolStateIsInternallyConsistent, poolRetirement, diff --git a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestPoolreap.hs b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/PoolReap.hs similarity index 96% rename from eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestPoolreap.hs rename to eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/PoolReap.hs index ce3601ce158..f1c9d8da5ab 100644 --- a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestPoolreap.hs +++ b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/PoolReap.hs @@ -7,7 +7,7 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE TypeSynonymInstances #-} -module Test.Cardano.Ledger.Shelley.Rules.TestPoolreap ( +module Test.Cardano.Ledger.Shelley.Rules.PoolReap ( removedAfterPoolreap, ) where diff --git a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestChain.hs b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestChain.hs index f6e4dd67cba..e5b606412a0 100644 --- a/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestChain.hs +++ b/eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Rules/TestChain.hs @@ -128,19 +128,19 @@ import Test.Cardano.Ledger.Shelley.Generator.ScriptClass (scriptKeyCombinations) import Test.Cardano.Ledger.Shelley.Generator.ShelleyEraGen () import Test.Cardano.Ledger.Shelley.Generator.Trace.Chain (mkGenesisChainState) import Test.Cardano.Ledger.Shelley.Rules.Chain (CHAIN, ChainState (..), totalAda, totalAdaPots) -import qualified Test.Cardano.Ledger.Shelley.Rules.TestDeleg as TestDeleg ( +import qualified Test.Cardano.Ledger.Shelley.Rules.Deleg as TestDeleg ( checkInstantaneousRewards, keyDeRegistration, keyDelegation, keyRegistration, rewardsSumInvariant, ) -import qualified Test.Cardano.Ledger.Shelley.Rules.TestPool as TestPool ( +import qualified Test.Cardano.Ledger.Shelley.Rules.Pool as TestPool ( poolRegistration, poolRetirement, poolStateIsInternallyConsistent, ) -import qualified Test.Cardano.Ledger.Shelley.Rules.TestPoolreap as TestPoolreap +import qualified Test.Cardano.Ledger.Shelley.Rules.PoolReap as TestPoolreap import Test.Cardano.Ledger.Shelley.Utils ( ChainProperty, epochFromSlotNo,