Remove test files

This commit is contained in:
Christoph Hagen 2022-06-09 13:52:08 +02:00
parent fde2062507
commit c05643c6f1

View File

@ -1,11 +0,0 @@
import XCTest
@testable import Push_iOS
final class Push_iOSTests: XCTestCase {
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(Push_iOS().text, "Hello, World!")
}
}