Skip to content

Commit 5a60d80

Browse files
committed
Cleanup NoThunks tests
1 parent 6aea07f commit 5a60d80

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

libs/cardano-ledger-test/src/Test/Cardano/Ledger/NoThunks.hs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ test :: TestTree
2222
test =
2323
testGroup
2424
"There are no unexpected thunks in MockChainState"
25-
[ f $ Babbage
26-
, f $ Alonzo
27-
, f $ Allegra
28-
, f $ Mary
29-
, f $ Shelley
25+
[ f Shelley
26+
, f Allegra
27+
, f Mary
28+
, f Alonzo
29+
, f Babbage
30+
, f Conway
3031
]
3132
where
3233
f proof = testThunks proof 100 def
@@ -52,6 +53,3 @@ testThunks proof numTx gensize =
5253
Just x -> error $ "Thunks present: " <> show x
5354
Nothing -> return ()
5455
)
55-
56-
-- main :: IO ()
57-
-- main = defaultMain test

libs/cardano-ledger-test/src/Test/Cardano/Ledger/TestableEra.hs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)