Skip to content

Commit 308946f

Browse files
authored
Update HTTPClientTests.swift
1 parent cd9a1a8 commit 308946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@ final class HTTPClientTests: XCTestCaseHTTPClientTestsBaseClass {
35363536
XCTAssertEqual(.shutdownUnsupported, error as? HTTPClientError)
35373537
}
35383538
}
3539-
3539+
35403540
func testAsyncExecuteWithCustomTLS() async throws {
35413541
let httpsBin = HTTPBin(.http1_1(ssl: true))
35423542
defer {

0 commit comments

Comments
 (0)