Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa committed Jul 8, 2024
1 parent b1b287a commit 61ee365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-builder/tests/it/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ where

OtterscanClient::get_transaction_error(client, tx_hash).await.unwrap();

OtterscanClient::trace_transaction(client, tx_hash).await.err().unwrap();
OtterscanClient::trace_transaction(client, tx_hash).await.unwrap();

OtterscanClient::get_block_details(client, block_number).await.unwrap();

Expand Down

0 comments on commit 61ee365

Please sign in to comment.