mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
chore(NetworkServerRuntimeTest): Fixed typo
This commit is contained in:
parent
008c01e2bd
commit
3ef37dfa3f
@ -130,7 +130,7 @@ public void Shutdown_DisablesAllSpawnedPrefabs()
|
||||
Assert.IsTrue(identity1 != null);
|
||||
Assert.IsTrue(identity2 != null);
|
||||
Assert.IsFalse(identity1.gameObject.activeSelf);
|
||||
Assert.IsFalse(identity1.gameObject.activeSelf);
|
||||
Assert.IsFalse(identity2.gameObject.activeSelf);
|
||||
|
||||
Assert.That(NetworkServer.spawned, Is.Empty);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user