File tree Expand file tree Collapse file tree 3 files changed +0
-269
lines changed
src/Test/Cardano/Ledger/Examples Expand file tree Collapse file tree 3 files changed +0
-269
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ library
4545 Test.Cardano.Ledger.Examples.AlonzoAPI
4646 Test.Cardano.Ledger.Examples.AlonzoBBODY
4747 Test.Cardano.Ledger.Examples.AlonzoCollectInputs
48- Test.Cardano.Ledger.Examples.BabbageFeatures
4948 Test.Cardano.Ledger.Examples.STSTestUtils
5049 Test.Cardano.Ledger.Generic.AggPropTests
5150 Test.Cardano.Ledger.Generic.ApplyTx
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import qualified Test.Cardano.Ledger.Constrained.Conway.MiniTrace as MiniTrace
1414import qualified Test.Cardano.Ledger.Examples.AlonzoAPI as AlonzoAPI (tests )
1515import qualified Test.Cardano.Ledger.Examples.AlonzoBBODY as AlonzoBBODY (tests )
1616import qualified Test.Cardano.Ledger.Examples.AlonzoCollectInputs as AlonzoCollectInputs (tests )
17- import Test.Cardano.Ledger.Examples.BabbageFeatures (babbageFeatures )
1817import Test.Cardano.Ledger.Generic.AggPropTests (aggTests , depositTests )
1918import Test.Cardano.Ledger.Generic.GenState (defaultGenSize )
2019import Test.Cardano.Ledger.Generic.Properties (genericProperties )
@@ -41,7 +40,6 @@ defaultTests = do
4140 depositTests
4241 calcPoolDistOldEqualsNew
4342 describe " STS Tests" $ do
44- babbageFeatures
4543 AlonzoBBODY. tests
4644 AlonzoCollectInputs. tests
4745 genericProperties defaultGenSize
You can’t perform that action at this time.
0 commit comments