Skip to content

Commit

Permalink
Fix connection pool renamed method.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmartinezramirez committed Oct 9, 2024
1 parent 62be200 commit 2f4e489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void BeforeAllTests()
{
s_poolConfig = new PoolConfig();
s_restRequester = new MockLoginMFATokenCacheRestRequester();
SnowflakeDbConnectionPool.SetConnectionPoolVersion(ConnectionPoolType.MultipleConnectionPool);
SnowflakeDbConnectionPool.ForceConnectionPoolVersion(ConnectionPoolType.MultipleConnectionPool);
SessionPool.SessionFactory = new MockSessionFactoryMFA(s_restRequester);
}

Expand Down

0 comments on commit 2f4e489

Please sign in to comment.