Skip to content

Commit 6e1eb76

Browse files
authored
Update flashblocks_rpc.rs (#301)
1 parent faf08d8 commit 6e1eb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rpc/tests/flashblocks_rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ async fn test_eth_call() -> Result<()> {
460460
setup.send_test_payloads().await?;
461461

462462
// We included a big spending transaction in the payloads
463-
// and now don't have enough funds for this request, so this eth_call with fail
463+
// and now don't have enough funds for this request, so this eth_call will fail
464464
let res =
465465
provider.call(big_spend.clone().nonce(3)).block(BlockNumberOrTag::Pending.into()).await;
466466
assert!(res.is_err());

0 commit comments

Comments
 (0)