metatext/HTTP/Tests/HTTPTests/HTTPTests.swift

11 lines
271 B
Swift
Raw Normal View History

2020-08-31 01:40:58 +00:00
import XCTest
@testable import HTTP
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.
}
}