mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix failing test
This commit is contained in:
parent
582a9c9dbf
commit
ab7c153df9
@ -44,6 +44,7 @@ void Handler(NetworkConnection conn, TestMessage message)
|
||||
|
||||
connectionToServer.Send(new TestMessage());
|
||||
connectionToServer.Update();
|
||||
connectionToClient.Update();
|
||||
|
||||
Assert.True(invoked, "handler should have been invoked");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user