Removed unused tests
This commit is contained in:
parent
edbd67a453
commit
c7b0b42e2e
|
@ -1,15 +0,0 @@
|
||||||
import XCTest
|
|
||||||
@testable import ImagesExample_macOS
|
|
||||||
|
|
||||||
final class ImagesExample_macOSTests: XCTestCase {
|
|
||||||
func testExample() {
|
|
||||||
// This is an example of a functional test case.
|
|
||||||
// Use XCTAssert and related functions to verify your tests produce the correct
|
|
||||||
// results.
|
|
||||||
XCTAssertEqual(ImagesExample_macOS().text, "Hello, World!")
|
|
||||||
}
|
|
||||||
|
|
||||||
static var allTests = [
|
|
||||||
("testExample", testExample),
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue