()
| 1101 | |
| 1102 | #[tokio::test] |
| 1103 | async fn many_results() -> Result<()> { |
| 1104 | test_many_results(false, false).await |
| 1105 | } |
| 1106 | |
| 1107 | #[tokio::test] |
| 1108 | async fn many_results_concurrent() -> Result<()> { |
nothing calls this directly
no test coverage detected