()
| 163 | |
| 164 | #[tokio::test] |
| 165 | async fn it_sends_a_transaction() { |
| 166 | let response = send_transaction().await; |
| 167 | assert!(response.is_ok()); |
| 168 | } |
| 169 | |
| 170 | #[tokio::test] |
| 171 | async fn it_gets_a_transaction_receipt() { |
nothing calls this directly
no test coverage detected