Skip to content

Commit

Permalink
Test fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mhofman committed Oct 10, 2023
1 parent 7f66bb2 commit c82c428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snowflake.Data.Tests/IntegrationTests/SFConnectionPoolT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Snowflake.Data.Tests.IntegrationTests
[TestFixture, NonParallelizable]
class SFConnectionPoolT : SFBaseTest
{
private static readonly PoolConfig s_previousPoolConfig = new PoolConfig();
private static readonly PoolConfigRestorer s_previousPoolConfig = new PoolConfigRestorer();

[SetUp]
public void BeforeTest()
Expand Down Expand Up @@ -414,7 +414,7 @@ public void TestConnectionPoolTurnOff()
class SFConnectionPoolITAsync : SFBaseTestAsync
{
private static SFLogger logger = SFLoggerFactory.GetLogger<SFConnectionPoolITAsync>();
private static readonly PoolConfig s_previousPoolConfigRestorer = new PoolConfig();
private static readonly PoolConfigRestorer s_previousPoolConfigRestorer = new PoolConfigRestorer();

[SetUp]
public void BeforeTest()
Expand Down

0 comments on commit c82c428

Please sign in to comment.