File tree Expand file tree Collapse file tree 3 files changed +0
-311
lines changed
src/Test/Cardano/Ledger/Examples Expand file tree Collapse file tree 3 files changed +0
-311
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 @@ -13,7 +13,6 @@ import qualified Test.Cardano.Ledger.Constrained.Conway.MiniTrace as MiniTrace
1313import qualified Test.Cardano.Ledger.Examples.AlonzoAPI as AlonzoAPI (tests )
1414import qualified Test.Cardano.Ledger.Examples.AlonzoBBODY as AlonzoBBODY (tests )
1515import qualified Test.Cardano.Ledger.Examples.AlonzoCollectInputs as AlonzoCollectInputs (tests )
16- import Test.Cardano.Ledger.Examples.BabbageFeatures (babbageFeatures )
1716import Test.Cardano.Ledger.Generic.AggPropTests (aggTests , depositTests )
1817import Test.Cardano.Ledger.Generic.GenState (defaultGenSize )
1918import Test.Cardano.Ledger.Generic.Properties (genericProperties )
@@ -38,7 +37,6 @@ defaultTests = do
3837 depositTests
3938 calcPoolDistOldEqualsNew
4039 describe " STS Tests" $ do
41- babbageFeatures
4240 AlonzoBBODY. tests
4341 AlonzoAPI. tests
4442 AlonzoCollectInputs. tests
You can’t perform that action at this time.
0 commit comments