Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZePedroResende committed Jul 24, 2023
1 parent eba9619 commit cb82cc6
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 @@ -193,9 +193,7 @@ where
let nonce = 1;
let block_hash = H256::default();

assert!(is_unimplemented(
OtterscanClient::has_code(client, address, None).await.err().unwrap()
));
OtterscanClient::has_code(client, address, None).await.unwrap();

OtterscanClient::get_api_level(client).await.unwrap();

Expand Down

0 comments on commit cb82cc6

Please sign in to comment.