Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Which one is still active?
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Jul 4, 2020
1 parent f335e60 commit b80a575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Mirror/Tests/Runtime/NetworkManagerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public IEnumerator StopServerTest() => RunAsync(async () =>
// wait for manager to stop
await Task.Delay(1);

Assert.That(server.Active, Is.False);
Assert.That(client.Active, Is.False);
Assert.That(manager.IsNetworkActive, Is.False);
});

Expand Down

0 comments on commit b80a575

Please sign in to comment.