This commit is contained in:
Adria Massanet
2021-01-13 17:06:55 +00:00
committed by rakita
parent c46fe330dc
commit d3ba83405c
2 changed files with 48 additions and 15 deletions

View File

@@ -232,8 +232,8 @@ impl TestRunner {
#[test]
fn ethereum_json_tests() {
let content = std::fs::read("res/json_tests.json")
.expect("cannot open ethereum tests spec file");
let content =
std::fs::read("res/json_tests.json").expect("cannot open ethereum tests spec file");
let runner =
TestRunner::load(content.as_slice()).expect("cannot load ethereum tests spec file");
println!("----------------------------------------------------");