Skip to content

Commit

Permalink
fix: try fixing failing android test
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianStoll committed Nov 7, 2024
1 parent 308b377 commit 22eb507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Tests/Runtime/ConnectionManagementTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected override IEnumerator OnTearDown()
m_ClientScopes[i].Dispose();
}

foreach (var sceneGameObject in Object.FindObjectsByType<GameObject>(FindObjectsSortMode.None))
foreach (var sceneGameObject in Object.FindObjectsByType<GameObject>(FindObjectsSortMode.InstanceID))
{
Object.DestroyImmediate(sceneGameObject);
}
Expand Down

0 comments on commit 22eb507

Please sign in to comment.