Wipped CSVTest.testExample methods
This commit is contained in:
parent
2df885c47a
commit
cf98d15766
|
@ -3,13 +3,9 @@ import XCTest
|
||||||
|
|
||||||
class CSVTests: XCTestCase {
|
class CSVTests: XCTestCase {
|
||||||
func testExample() {
|
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(CSV().text, "Hello, World!")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static var allTests = [
|
static var allTests = [
|
||||||
("testExample", testExample),
|
("testExample", testExample),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue