File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
ouroboros-consensus-cardano/test
byron-test/Test/Consensus/Byron
shelley-test/Test/Consensus/Shelley Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Test.Util.Paths
1414import Test.Util.Serialisation.Golden
1515
1616tests :: TestTree
17- tests = goldenTest_all codecConfig ($ (getGoldenDir) </> " byron" ) examples
17+ tests = goldenTest_all codecConfig ($ (getGoldenDir) </> " byron" ) Nothing examples
1818
1919instance ToGoldenDirectory ByronNodeToNodeVersion
2020
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tests :: TestTree
3737tests =
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"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import Test.Util.Paths
1717import Test.Util.Serialisation.Golden
1818
1919tests :: TestTree
20- tests = goldenTest_all codecConfig ($ (getGoldenDir) </> " shelley" ) examplesShelley
20+ tests = goldenTest_all codecConfig ($ (getGoldenDir) </> " shelley" ) Nothing examplesShelley
2121
2222instance ToGoldenDirectory ShelleyNodeToNodeVersion
2323
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tests :: TestTree
3131tests =
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
You can’t perform that action at this time.
0 commit comments