Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Jan 9, 2024
1 parent a0b141d commit f3b9a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void TestWaitInAQueueForAnIdleSession()
Assert.AreEqual(waitingEvents[0].ThreadName, lastConnectingEventsGroup[0].ThreadName);
Assert.AreEqual(waitingEvents[1].ThreadName, lastConnectingEventsGroup[1].ThreadName);
Assert.That(lastConnectingEventsGroup[0].Duration, Is.InRange(1900, 3100));
Assert.That(lastConnectingEventsGroup[1].Duration, Is.InRange(1900, 3100));
Assert.That(lastConnectingEventsGroup[1].Duration, Is.InRange(1500, 2700));
}

[Test]
Expand Down

0 comments on commit f3b9a3e

Please sign in to comment.