Skip to content

Commit

Permalink
test: fix failing anvil test (foundry-rs#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 16, 2023
1 parent 7a23fee commit 04ce078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil/core/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ mod tests {

#[test]
fn test_custom_auto_impersonate_account() {
let s = r#"{"method": "anvil_autoImpersonateAccount", "params": ["true"]}"#;
let s = r#"{"method": "anvil_autoImpersonateAccount", "params": [true]}"#;
let value: serde_json::Value = serde_json::from_str(s).unwrap();
let _req = serde_json::from_value::<EthRequest>(value).unwrap();
}
Expand Down

0 comments on commit 04ce078

Please sign in to comment.