Include test-helpers from ethjson (#11045)

Closes https://github.com/paritytech/parity-ethereum/issues/11044
This commit is contained in:
David 2019-09-13 09:38:24 +02:00 committed by Niklas Adolfsson
parent eb81168674
commit 0bd2348ca1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ docopt = "1.0"
env_logger = "0.5"
ethcore = { path = "../ethcore", features = ["test-helpers", "json-tests"] }
ethereum-types = "0.6.0"
ethjson = { path = "../json" }
ethjson = { path = "../json", features = ["test-helpers"] }
evm = { path = "../ethcore/evm" }
panic_hook = { path = "../util/panic-hook" }
parity-bytes = "0.1"