Skip to content

Commit

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

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

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

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

Expand Down

0 comments on commit 1f689a9

Please sign in to comment.