We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601b2e4 commit a73edf5Copy full SHA for a73edf5
Tests/AsyncHTTPClientTests/HTTPClientTests.swift
@@ -3917,7 +3917,7 @@ final class HTTPClientTests: XCTestCaseHTTPClientTestsBaseClass {
3917
request.headers.add(name: "Accept", value: "text/event-stream")
3918
3919
let response =
3920
- try TemporaryFileHelpers.withTemporaryFilePath { path -> FileDownloadDelegate.Progress in
+ try TemporaryFileHelpers.withTemporaryFilePath { path -> FileDownloadDelegate.Response in
3921
let delegate = try FileDownloadDelegate(path: path)
3922
3923
let response = try self.defaultClient.execute(
0 commit comments