Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Happy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 authored and ChihChengLiang committed Sep 20, 2023
1 parent d876226 commit d0aefc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testool/src/statetest/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ mod test {
"#;
#[test]
fn test_json_parse() -> Result<()> {
let mut compiler = Compiler::new(true, None)?;
let mut builder = JsonStateTestBuilder::new(&mut compiler);
let compiler = Compiler::new(true, None)?;
let mut builder = JsonStateTestBuilder::new(&compiler);
let test = builder.load_json("test_path", JSON)?.remove(0);

let acc095e = Address::from_str("0x095e7baea6a6c7c4c2dfeb977efac326af552d87")?;
Expand Down

0 comments on commit d0aefc8

Please sign in to comment.