metatext-app-ios-iphone-ipad/HTTP/Tests/HTTPTests/HTTPTests.swift

11 lines
271 B
Swift
Raw Normal View History

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