Skip to content

Commit

Permalink
chore: make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Oct 13, 2024
1 parent ad2506a commit 54a7912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/simulation_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async fn setup_basic() -> eyre::Result<(
let client = Arc::new(_client);
let ep = deploy_entry_point(client.clone()).await?;
let paymaster = deploy_test_opcode_account(client.clone()).await?;

ep.contract()
.deposit_to(paymaster.address)
.value(parse_units("0.1", "ether").unwrap())
Expand Down

0 comments on commit 54a7912

Please sign in to comment.