Skip to content

Commit

Permalink
Removing duplicated await
Browse files Browse the repository at this point in the history
Co-authored-by: József Horváth <[email protected]>
  • Loading branch information
Piedone and dministro authored Feb 12, 2025
1 parent c540d74 commit e16e897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lombiq.Tests.UI/Services/UITestExecutionSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public async Task<bool> ExecuteAsync(int retryCount, string dumpRootPath)
throw new TimeoutException($"The time allotted for the test ({timeout}) was exceeded.");
}

await testTask;
}

// Since the timeout task is not yet completed but the Task.WhenAny has finished, the test task is done in
Expand Down

0 comments on commit e16e897

Please sign in to comment.