()
| 71 | |
| 72 | #[tokio::test] |
| 73 | async fn it_gets_a_block_number() { |
| 74 | let response = web3().get_block_number().await; |
| 75 | assert!(response.is_ok()); |
| 76 | } |
| 77 | |
| 78 | #[tokio::test] |
| 79 | async fn it_gets_the_latest_block() { |
nothing calls this directly
no test coverage detected