Skip to content

Commit

Permalink
Rename chain-related test modules in Shelley.Rules
Browse files Browse the repository at this point in the history
for consistency
  • Loading branch information
teodanciu committed Feb 8, 2023
1 parent 846193e commit 6f32360
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions eras/shelley/test-suite/cardano-ledger-shelley-test.cabal
Expand Up @@ -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
Expand Down
Expand Up @@ -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,
Expand Down
Expand Up @@ -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,
Expand Down
Expand Up @@ -7,7 +7,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeSynonymInstances #-}

module Test.Cardano.Ledger.Shelley.Rules.TestPoolreap (
module Test.Cardano.Ledger.Shelley.Rules.PoolReap (
removedAfterPoolreap,
)
where
Expand Down
Expand Up @@ -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,
Expand Down

0 comments on commit 6f32360

Please sign in to comment.