block witness test using jsonTest new feature

This commit is contained in:
andri lim 2020-04-22 11:36:12 +07:00
parent ef038c6125
commit 2b00c1923a
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -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)