diff --git a/Assets/Tests/Runtime/ConnectionManagementTests.cs b/Assets/Tests/Runtime/ConnectionManagementTests.cs index 91d05649b..536e573f3 100644 --- a/Assets/Tests/Runtime/ConnectionManagementTests.cs +++ b/Assets/Tests/Runtime/ConnectionManagementTests.cs @@ -194,11 +194,12 @@ void AssertAllClientsAreConnected() } } - [Test] - public void StartHost_Success() + [UnityTest] + public IEnumerator StartHost_Success() { StartHost(); AssertHostIsListening(); + yield return null; } [UnityTest]