File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/AsyncHTTPClientTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This product contains derivations of various scripts from SwiftNIO.
35
35
36
36
---
37
37
38
- This product contains "XCTest+AsyncAwait.swift" from gRPC Swift.
38
+ This product contains a derivation of "XCTest+AsyncAwait.swift" from gRPC Swift.
39
39
40
40
* LICENSE (Apache License 2.0):
41
41
* https://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ extension XCTestCase {
45
45
file: StaticString = #filePath,
46
46
line: UInt = #line,
47
47
function: StaticString = #function,
48
- operation: @escaping ( ) async throws -> Void
48
+ operation: @escaping @ Sendable ( ) async throws -> Void
49
49
) {
50
50
let expectation = self . expectation ( description: expectationDescription)
51
51
Task {
You can’t perform that action at this time.
0 commit comments