()
| 117 | |
| 118 | #[tokio::test] |
| 119 | async fn it_gets_a_transaction_count() { |
| 120 | let account = *ACCOUNT_1; |
| 121 | let response = web3().get_transaction_count(account).await; |
| 122 | assert!(response.is_ok()); |
| 123 | } |
| 124 | } |
nothing calls this directly
no test coverage detected