We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5824c4 commit 50de018Copy full SHA for 50de018
Tests/AsyncObjectsTests/TaskOperationTests.swift
@@ -75,7 +75,7 @@ class TaskOperationTests: XCTestCase {
75
}
76
77
func testAsyncWaitError() async throws {
78
- let operation = TaskOperation { throw CancellationError() }
+ let operation = TaskOperation { throw CancellationError() }
79
operation.signal()
80
do {
81
try await operation.wait(forSeconds: 3)
0 commit comments