()
| 1111 | |
| 1112 | #[tokio::test] |
| 1113 | async fn many_results_dynamic() -> Result<()> { |
| 1114 | test_many_results(true, false).await |
| 1115 | } |
| 1116 | |
| 1117 | #[tokio::test] |
| 1118 | async fn many_results_dynamic_concurrent() -> Result<()> { |
nothing calls this directly
no test coverage detected