We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8516a99 commit 943f8a0Copy full SHA for 943f8a0
src/Ydb.Sdk/tests/Pool/SessionPoolTests.cs
@@ -74,7 +74,7 @@ private void StressTestSessionPoolAndCheckCreatedSessions(int parallelTasks, int
74
75
Task.WaitAll(tasks);
76
77
- Assert.True(expectedCreatedSessions <= _testSessionPool.InvokedCreateSession);
+ Assert.True(_testSessionPool.InvokedCreateSession <= expectedCreatedSessions);
78
}
79
80
0 commit comments