diff --git a/Sources/SKTestSupport/TestSourceKitLSPClient.swift b/Sources/SKTestSupport/TestSourceKitLSPClient.swift index 516765ff..5a062fe8 100644 --- a/Sources/SKTestSupport/TestSourceKitLSPClient.swift +++ b/Sources/SKTestSupport/TestSourceKitLSPClient.swift @@ -261,7 +261,7 @@ package final class TestSourceKitLSPClient: MessageHandler, Sendable { .failure(ResponseError.unknown("\(R.method) request timed out after \(defaultTimeoutDuration)")) ) } - await server.handle(notification: CancelRequestNotification(id: requestID)) + server.handle(CancelRequestNotification(id: requestID)) } server.handle(request, id: requestID) { result in if replyOutstanding.takeValue() ?? false {