Skip to content

Commit 2863286

Browse files
committed
Extra assert
1 parent 8303bd6 commit 2863286

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NETProvider/src/FirebirdSql.Data.UnitTests/FbConnectionTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,12 @@ public void ConnectionPoolingTest()
167167
Console.WriteLine("Open two connections.");
168168
myConnection1.Open();
169169
myConnection2.Open();
170+
Assert.AreEqual(active + 2, GetActiveConnections());
170171

171172
Console.WriteLine("Return both of the connections to the pool.");
172173
myConnection1.Close();
173174
myConnection2.Close();
174-
175175
Assert.AreEqual(active + 2, GetActiveConnections());
176-
177176
}
178177

179178
[Test]

0 commit comments

Comments
 (0)