We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81c09b commit 629a22eCopy full SHA for 629a22e
1 file changed
test/Box2D.NET.Test/B2DeterminismTest.cs
@@ -167,8 +167,8 @@ public static int SingleMultithreadingTest(int workerCount)
167
168
b2DestroyWorld(worldId);
169
170
- Assert.That(data.sleepStep == EXPECTED_SLEEP_STEP);
171
- Assert.That(data.hash == EXPECTED_HASH);
+ Assert.That(data.sleepStep, Is.EqualTo(EXPECTED_SLEEP_STEP));
+ Assert.That(data.hash, Is.EqualTo(EXPECTED_HASH));
172
173
DestroyFallingHinges(ref data);
174
0 commit comments