mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-27 12:35:00 +00:00
block witness test using jsonTest new feature
This commit is contained in:
parent
ef038c6125
commit
2b00c1923a
@ -95,8 +95,8 @@ proc testFixtureGST(node: JsonNode, testStatusIMPL: var TestStatus) =
|
||||
|
||||
fixture["pre"].testBlockWitness(emptyRlpHash, testStatusIMPL)
|
||||
|
||||
#suite "Block Witness":
|
||||
#jsonTest("newBlockChainTests", testFixtureBC)
|
||||
suite "Block Witness":
|
||||
jsonTest("newBlockChainTests", "witnessBuilderBC", testFixtureBC)
|
||||
|
||||
suite "Block Witness":
|
||||
jsonTest("GeneralStateTests", testFixtureGST)
|
||||
jsonTest("GeneralStateTests", "witnessBuilderGST", testFixtureGST)
|
||||
|
Loading…
x
Reference in New Issue
Block a user