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 8, 2024
1 parent ce72790 commit b1ec82b
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 b1ec82b

Please sign in to comment.