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.
2 parents c04d6b3 + 7ecb0c1 commit 98d5d5cCopy full SHA for 98d5d5c
projects/client/Unit/src/unit/TestBlockingCell.cs
@@ -156,7 +156,7 @@ public void TestBgShort()
156
ResetTimer();
157
object v;
158
bool r = k.GetValue(TimingInterval * 2, out v);
159
- Assert.Less( TimingInterval - SafetyMargin, ElapsedMs());
+ Assert.Less(TimingInterval - SafetyMargin, ElapsedMs());
160
Assert.IsTrue(r);
161
Assert.AreEqual(123, v);
162
}
0 commit comments