Skip to content

Commit

Permalink
test: flaky rpc (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 23, 2024
1 parent 0de6aa8 commit dbd9d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node-bindings/src/anvil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ mod tests {

#[test]
fn assert_chain_id() {
let anvil = Anvil::new().fork("https://rpc.ankr.com/eth").spawn();
let anvil = Anvil::new().fork("https://eth.llamarpc.com ").spawn();
assert_eq!(anvil.chain_id(), 1);
}

Expand Down

0 comments on commit dbd9d77

Please sign in to comment.