mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix tests
This commit is contained in:
parent
7cb1991469
commit
55ad0ace06
@ -16,6 +16,7 @@ public override void SetUp()
|
||||
base.SetUp();
|
||||
manager = gameObject.AddComponent<NetworkManager>();
|
||||
manager.transport = transport;
|
||||
manager.Awake(); // not called automatically during tests
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user