Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianStoll committed Nov 5, 2024
1 parent fcae286 commit 47ededf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Assets/Tests/Runtime/ConnectionManagementTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,12 @@ void AssertAllClientsAreConnected()
}
}

[Test]
public void StartHost_Success()
[UnityTest]
public IEnumerator StartHost_Success()
{
StartHost();
AssertHostIsListening();
yield return null;
}

[UnityTest]
Expand Down

0 comments on commit 47ededf

Please sign in to comment.