Skip to content

Commit 7e607f1

Browse files
committed
Void Byron/Shelley CDDL tests
1 parent bdeaba0 commit 7e607f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ouroboros-consensus-cardano/test/byron-test/Test/Consensus/Byron/Golden.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Test.Util.Paths
1414
import Test.Util.Serialisation.Golden
1515

1616
tests :: TestTree
17-
tests = goldenTest_all codecConfig ($(getGoldenDir) </> "byron") examples
17+
tests = goldenTest_all codecConfig ($(getGoldenDir) </> "byron") Nothing examples
1818

1919
instance ToGoldenDirectory ByronNodeToNodeVersion
2020

ouroboros-consensus-cardano/test/byron-test/Test/Consensus/Byron/Serialisation.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tests :: TestTree
3737
tests =
3838
testGroup
3939
"Byron"
40-
[ roundtrip_all testCodecCfg dictNestedHdr
40+
[ roundtrip_all testCodecCfg dictNestedHdr Nothing
4141
, testProperty "BinaryBlockInfo sanity check" prop_byronBinaryBlockInfo
4242
, testGroup
4343
"Integrity"

ouroboros-consensus-cardano/test/shelley-test/Test/Consensus/Shelley/Golden.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Test.Util.Paths
1717
import Test.Util.Serialisation.Golden
1818

1919
tests :: TestTree
20-
tests = goldenTest_all codecConfig ($(getGoldenDir) </> "shelley") examplesShelley
20+
tests = goldenTest_all codecConfig ($(getGoldenDir) </> "shelley") Nothing examplesShelley
2121

2222
instance ToGoldenDirectory ShelleyNodeToNodeVersion
2323

ouroboros-consensus-cardano/test/shelley-test/Test/Consensus/Shelley/Serialisation.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests :: TestTree
3131
tests =
3232
testGroup
3333
"Shelley"
34-
[ roundtrip_all testCodecCfg dictNestedHdr
34+
[ roundtrip_all testCodecCfg dictNestedHdr Nothing
3535
, -- Test for real crypto too
3636
testProperty "hashSize real crypto" $ prop_hashSize pReal
3737
, testProperty "ConvertRawHash real crypto" $ roundtrip_ConvertRawHash pReal

0 commit comments

Comments
 (0)