Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
philippzagar committed Jan 20, 2024
1 parent 003df32 commit 896c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UITests/TestAppUITests/TestAppUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TestAppUITests: XCTestCase {
let app = XCUIApplication()
let filesApp = XCUIApplication(bundleIdentifier: "com.apple.DocumentsApp")

while(true) {
while true {
app.launch()

// Entering dummy chat value
Expand Down

0 comments on commit 896c848

Please sign in to comment.