From b0713998395faca261d8d1e45cf58be8edc6dc69 Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Wed, 20 Dec 2023 14:54:37 +0100 Subject: [PATCH] fix --- .../IntegrationTests/ConnectionMultiplePoolsIT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs b/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs index b4bbe8ba8..5ded81bdc 100644 --- a/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs @@ -113,7 +113,7 @@ public void TestWaitForTheIdleConnectionWhenExceedingMaxConnectionsLimit() // act watch.Start(); - var thrown = Assert.Throws(() => OpenedConnection()); + var thrown = Assert.Throws(() => OpenedConnection(connectionString)); watch.Stop(); // assert