tests: add correct test value

This commit is contained in:
Stevan Freeborn
2024-12-15 17:13:35 -06:00
parent f074a6a48f
commit 1e0deb8068
+1 -1
View File
@@ -44,7 +44,7 @@ public class SimulationTests
var result = Simulation.From(width, height, input).Run(times).MinBy(kvp => kvp.Value).Key;
await Assert.That(result).IsEqualTo(0);
await Assert.That(result).IsEqualTo(6644);
}
[Test]