Skip to content

Commit e5f06e3

Browse files
committed
Formatting
1 parent b8ba886 commit e5f06e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1851,13 +1851,13 @@ final class HTTPClientTests: XCTestCaseHTTPClientTestsBaseClass {
18511851
certificateVerification: .none,
18521852
maximumAllowedIdleTimeInConnectionPool: .milliseconds(100)
18531853
)
1854-
1854+
18551855
let localClient = HTTPClient(eventLoopGroupProvider: .shared(self.clientGroup),
18561856
configuration: configuration)
18571857
defer {
18581858
XCTAssertNoThrow(try localClient.syncShutdown())
18591859
}
1860-
1860+
18611861
// Make sure that the idle timeout of the connection pool is properly propagated
18621862
// to the connection pool itself, when using both inits.
18631863
XCTAssertEqual(configuration.connectionPool.idleTimeout, .milliseconds(100))

0 commit comments

Comments
 (0)