mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-05 16:54: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)
|
fixture["pre"].testBlockWitness(emptyRlpHash, testStatusIMPL)
|
||||||
|
|
||||||
#suite "Block Witness":
|
suite "Block Witness":
|
||||||
#jsonTest("newBlockChainTests", testFixtureBC)
|
jsonTest("newBlockChainTests", "witnessBuilderBC", testFixtureBC)
|
||||||
|
|
||||||
suite "Block Witness":
|
suite "Block Witness":
|
||||||
jsonTest("GeneralStateTests", testFixtureGST)
|
jsonTest("GeneralStateTests", "witnessBuilderGST", testFixtureGST)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user