Skip to content

Commit 5d50017

Browse files
Fix unit tests
1 parent 15972d3 commit 5d50017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLBotCSTests/PlayerMappingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void TestSpawnProcess()
5151
Assert.AreEqual(0u, _playerMapping.PlayerIndexFromActorId(111));
5252
Assert.IsNotNull(index);
5353
Assert.AreEqual(0u, index);
54-
Assert.AreEqual(0, metadata2.SpawnId);
54+
Assert.AreNotEqual(0, metadata2.SpawnId);
5555
Assert.AreEqual(desiredIndex, _playerMapping.PlayerIndexFromActorId(actorId));
5656
Assert.IsTrue(!metadata2.IsBot);
5757
Assert.IsTrue(!metadata2.IsCustomBot);

0 commit comments

Comments
 (0)