()
| 1106 | |
| 1107 | #[tokio::test] |
| 1108 | async fn many_results_concurrent() -> Result<()> { |
| 1109 | test_many_results(false, true).await |
| 1110 | } |
| 1111 | |
| 1112 | #[tokio::test] |
| 1113 | async fn many_results_dynamic() -> Result<()> { |
nothing calls this directly
no test coverage detected