Skip to content

Commit

Permalink
Fix: typos (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcy190 authored Nov 14, 2022
1 parent 3ec2c89 commit 560bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bins/revme/src/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ pub fn execute_test_suit(path: &Path, elapsed: &Arc<Mutex<Duration>>) -> Result<
let db = evm.db().unwrap();
println!("{path:?} UNIT_TEST:{name}\n");
println!(
"fail reson: {:?} {:?} UNIT_TEST:{}\n gas:{:?} ({:?} refunded)",
"failed reason: {:?} {:?} UNIT_TEST:{}\n gas:{:?} ({:?} refunded)",
exit_reason, path, name, gas_used, gas_refunded,
);
println!("\nApplied state:{db:?}\n");
Expand Down

0 comments on commit 560bb03

Please sign in to comment.