Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorydemay committed Oct 15, 2024
1 parent 1cee4e7 commit d138194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ fn eth_send_raw_transaction_should_succeed() {

#[test]
fn eth_call_should_succeed() {
const ADDRESS: &'static str = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
const INPUT_DATA: &'static str =
const ADDRESS: &str = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
const INPUT_DATA: &str =
"0x70a08231000000000000000000000000b25eA1D493B49a1DeD42aC5B1208cC618f9A9B80";

let setup = EvmRpcSetup::new().mock_api_keys();
Expand Down

0 comments on commit d138194

Please sign in to comment.