()
| 826 | |
| 827 | #[tokio::test] |
| 828 | async fn many_parameters_dynamic() -> Result<()> { |
| 829 | test_many_parameters(true, false).await |
| 830 | } |
| 831 | |
| 832 | #[tokio::test] |
| 833 | async fn many_parameters_dynamic_concurrent() -> Result<()> { |
nothing calls this directly
no test coverage detected