Skip to content

Commit a73edf5

Browse files
committed
FileDownloadDelegate.Progress -> Response
1 parent 601b2e4 commit a73edf5

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
@@ -3917,7 +3917,7 @@ final class HTTPClientTests: XCTestCaseHTTPClientTestsBaseClass {
39173917
request.headers.add(name: "Accept", value: "text/event-stream")
39183918

39193919
let response =
3920-
try TemporaryFileHelpers.withTemporaryFilePath { path -> FileDownloadDelegate.Progress in
3920+
try TemporaryFileHelpers.withTemporaryFilePath { path -> FileDownloadDelegate.Response in
39213921
let delegate = try FileDownloadDelegate(path: path)
39223922

39233923
let response = try self.defaultClient.execute(

0 commit comments

Comments
 (0)