metatext/HTTP/Tests/HTTPTests/HTTPTests.swift

11 lines
271 B
Swift
Raw Normal View History

2020-08-31 01:40:58 +00:00
@testable import HTTP
2020-09-05 02:31:43 +00:00
import XCTest
2020-08-31 01:40:58 +00:00
final class HTTPTests: 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.
}
}