Skip to content

Commit 990d81b

Browse files
committed
Format
1 parent 1ed2668 commit 990d81b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

ExampleUITests/ExampleUITests.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ import CoreLocation
1010

1111
class ExampleUITests: XCTestCase {
1212

13-
override func setUp() {
14-
super.setUp()
13+
override func setUp() {
14+
super.setUp()
1515

16-
continueAfterFailure = false
17-
XCUIApplication().launch()
18-
}
16+
continueAfterFailure = false
17+
XCUIApplication().launch()
18+
}
1919

20-
override func tearDown() {
21-
super.tearDown()
22-
}
20+
override func tearDown() {
21+
super.tearDown()
22+
}
2323

24-
func testExample() {
25-
XCUIApplication().tables.element(boundBy: 0).cells.staticTexts["Randomize Example"].tap()
24+
func testExample() {
25+
XCUIApplication().tables.element(boundBy: 0).cells.staticTexts["Randomize Example"].tap()
2626

27-
let time: TimeInterval = 120.0
28-
29-
RunLoop.current.run(until: Date().addingTimeInterval(time))
30-
}
27+
let time: TimeInterval = 120.0
3128

29+
RunLoop.current.run(until: Date().addingTimeInterval(time))
30+
}
31+
3232
}

0 commit comments

Comments
 (0)