Skip to content

Commit 32bf0fa

Browse files
fabianfettLukasa
andauthored
Update Tests/AsyncHTTPClientTests/Mocks/MockConnectionPool.swift
Co-authored-by: Cory Benfield <[email protected]>
1 parent a75a7cd commit 32bf0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/AsyncHTTPClientTests/Mocks/MockConnectionPool.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ struct MockConnectionPool {
307307

308308
// MARK: Connection destruction
309309

310-
/// Closing a connection signals intend. For this reason, it is verified, that the connection is not running any
310+
/// Closing a connection signals intent. For this reason, it is verified, that the connection is not running any
311311
/// requests when closing.
312312
mutating func closeConnection(_ connection: Connection) throws {
313313
guard var mockConnection = self.connections.removeValue(forKey: connection.id) else {

0 commit comments

Comments
 (0)