add assert just to be sure

This commit is contained in:
vis2k 2021-08-07 18:45:28 +08:00
parent e52b9b24de
commit b29a76d242

View File

@ -308,6 +308,7 @@ public void SendCommandInternal_RequiresAuthorityFalse_ForOtherObjectWithoutConn
// call command. don't require authority.
// the object doesn't have a .connectionToServer (like a scene object)
Assert.That(comp.connectionToServer, Is.Null);
comp.CallSendCommandInternal(false);
Assert.That(comp.called, Is.EqualTo(1));