mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 14:56:15 +00:00
had to revert to xcode 15 to debug the sim
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// NearFutureUITests.swift
|
||||
// NearFutureUITests
|
||||
//
|
||||
// Created by Nihaal Sharma on 24/12/2024.
|
||||
// Created by Nihaal Sharma on 31/12/2024.
|
||||
//
|
||||
|
||||
import XCTest
|
||||
@@ -22,7 +22,6 @@ final class NearFutureUITests: XCTestCase {
|
||||
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testExample() throws {
|
||||
// UI tests must launch the application that they test.
|
||||
let app = XCUIApplication()
|
||||
@@ -31,7 +30,6 @@ final class NearFutureUITests: XCTestCase {
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testLaunchPerformance() throws {
|
||||
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
|
||||
// This measures how long it takes to launch your application.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// NearFutureUITestsLaunchTests.swift
|
||||
// NearFutureUITests
|
||||
//
|
||||
// Created by Nihaal Sharma on 24/12/2024.
|
||||
// Created by Nihaal Sharma on 31/12/2024.
|
||||
//
|
||||
|
||||
import XCTest
|
||||
@@ -17,7 +17,6 @@ final class NearFutureUITestsLaunchTests: XCTestCase {
|
||||
continueAfterFailure = false
|
||||
}
|
||||
|
||||
@MainActor
|
||||
func testLaunch() throws {
|
||||
let app = XCUIApplication()
|
||||
app.launch()
|
||||
|
||||
Reference in New Issue
Block a user