Reformat code
This commit is contained in:
@@ -22,7 +22,7 @@ final class UITests: XCTestCase {
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testExample() throws {
|
||||
func testExample() {
|
||||
// UI tests must launch the application that they test.
|
||||
let app = XCUIApplication()
|
||||
app.launch()
|
||||
@@ -31,7 +31,7 @@ final class UITests: XCTestCase {
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testLaunchPerformance() throws {
|
||||
func testLaunchPerformance() {
|
||||
// This measures how long it takes to launch your application.
|
||||
measure(metrics: [XCTApplicationLaunchMetric()]) {
|
||||
XCUIApplication().launch()
|
||||
|
||||
Reference in New Issue
Block a user