Wipped CSVTest.testExample methods

This commit is contained in:
Caleb Kleveter 2018-01-15 09:18:34 -06:00
parent 2df885c47a
commit cf98d15766
1 changed files with 2 additions and 6 deletions

View File

@ -3,13 +3,9 @@ import XCTest
class CSVTests: 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(CSV().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]