Skip to content

Commit

Permalink
Fix compilation error in UI Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radude89 committed Sep 10, 2024
1 parent 3e02b03 commit 1dc7961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FootballGather/UITests/Helpers/UITestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class UITestCase: XCTestCase, @unchecked Sendable {

continueAfterFailure = false

app = XCUIApplication()
app = await XCUIApplication()
Task { @MainActor in
app.launchArguments = ["-uitests"]
}
Expand Down

0 comments on commit 1dc7961

Please sign in to comment.