Skip to content

Commit

Permalink
Fix test deadlock (#11353)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrexbe authored Sep 16, 2022
1 parent 1f98b63 commit 038f088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/Cleanup/EuiManagerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public async Task EuiManagerRecycleWithOpenWindowTest()

var sPlayerManager = server.ResolveDependency<IPlayerManager>();

await server.WaitAssertion(async () =>
await server.WaitAssertion(() =>
{
var clientSession = sPlayerManager.ServerSessions.Single();
var eui = IoCManager.Resolve<EuiManager>();
Expand Down

0 comments on commit 038f088

Please sign in to comment.