Skip to content

Commit 943f8a0

Browse files
Update SessionPoolTests.cs (#264)
1 parent 8516a99 commit 943f8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/tests/Pool/SessionPoolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private void StressTestSessionPoolAndCheckCreatedSessions(int parallelTasks, int
7474

7575
Task.WaitAll(tasks);
7676

77-
Assert.True(expectedCreatedSessions <= _testSessionPool.InvokedCreateSession);
77+
Assert.True(_testSessionPool.InvokedCreateSession <= expectedCreatedSessions);
7878
}
7979
}
8080

0 commit comments

Comments
 (0)