Skip to content

Commit 98d5d5c

Browse files
author
Alexandru Scvortov
committed
merge bug 24590 into default
2 parents c04d6b3 + 7ecb0c1 commit 98d5d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestBlockingCell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void TestBgShort()
156156
ResetTimer();
157157
object v;
158158
bool r = k.GetValue(TimingInterval * 2, out v);
159-
Assert.Less( TimingInterval - SafetyMargin, ElapsedMs());
159+
Assert.Less(TimingInterval - SafetyMargin, ElapsedMs());
160160
Assert.IsTrue(r);
161161
Assert.AreEqual(123, v);
162162
}

0 commit comments

Comments
 (0)