()
| 821 | |
| 822 | #[tokio::test] |
| 823 | async fn many_parameters_concurrent() -> Result<()> { |
| 824 | test_many_parameters(false, true).await |
| 825 | } |
| 826 | |
| 827 | #[tokio::test] |
| 828 | async fn many_parameters_dynamic() -> Result<()> { |
nothing calls this directly
no test coverage detected