Skip to content

Commit 71fd5f2

Browse files
committed
Fixed test.
1 parent 2797ad8 commit 71fd5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient.Tests/FbConnectionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ public void PassCryptKey()
370370
public void DoNotGoBackToPoolAfterBroken()
371371
{
372372
var csb = BuildConnectionStringBuilder(FbServerType, Compression);
373+
csb.Pooling = true;
373374
using (var conn = new FbConnection(csb.ToString()))
374375
{
375376
conn.Open();

0 commit comments

Comments
 (0)