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.
1 parent 15972d3 commit 5d50017Copy full SHA for 5d50017
RLBotCSTests/PlayerMappingTest.cs
@@ -51,7 +51,7 @@ public void TestSpawnProcess()
51
Assert.AreEqual(0u, _playerMapping.PlayerIndexFromActorId(111));
52
Assert.IsNotNull(index);
53
Assert.AreEqual(0u, index);
54
- Assert.AreEqual(0, metadata2.SpawnId);
+ Assert.AreNotEqual(0, metadata2.SpawnId);
55
Assert.AreEqual(desiredIndex, _playerMapping.PlayerIndexFromActorId(actorId));
56
Assert.IsTrue(!metadata2.IsBot);
57
Assert.IsTrue(!metadata2.IsCustomBot);
0 commit comments