Skip to content

Commit 629a22e

Browse files
committed
for test2
1 parent e81c09b commit 629a22e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Box2D.NET.Test/B2DeterminismTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ public static int SingleMultithreadingTest(int workerCount)
167167

168168
b2DestroyWorld(worldId);
169169

170-
Assert.That(data.sleepStep == EXPECTED_SLEEP_STEP);
171-
Assert.That(data.hash == EXPECTED_HASH);
170+
Assert.That(data.sleepStep, Is.EqualTo(EXPECTED_SLEEP_STEP));
171+
Assert.That(data.hash, Is.EqualTo(EXPECTED_HASH));
172172

173173
DestroyFallingHinges(ref data);
174174

0 commit comments

Comments
 (0)