Remove unused test

This commit is contained in:
Zdenek Topic 2018-10-12 09:31:16 +02:00
parent 94f1cfbde3
commit c18ebdf5e1
No known key found for this signature in database
GPG Key ID: 41897C1A6A09DEF5
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
import XCTest
@testable import VaporFilesystem
final class VaporFilesystemTests: XCTestCase {
static var allTests = [
("testExample", testExample),
]
func testExample() {
XCTAssertEqual("Hello, World!", "Hello, World!")
}
}

View File

@ -3,7 +3,6 @@ import XCTest
#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(VaporFilesystemTests.allTests),
testCase(FilesystemManagerTests.allTests),
]
}