(api: MockApi)
| 327 | } |
| 328 | |
| 329 | fn handler(api: MockApi) -> Lsps2ServiceHandler<MockApi> { |
| 330 | Lsps2ServiceHandler::new(Arc::new(api), &test_secret()) |
| 331 | } |
| 332 | |
| 333 | #[tokio::test] |
| 334 | async fn get_info_returns_fee_params_with_promise() { |
no test coverage detected