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 98c3031 commit 02cda39Copy full SHA for 02cda39
Tests/GRPCHealthServiceTests/HealthTests.swift
@@ -24,7 +24,7 @@ final class HealthTests: XCTestCase {
24
private func withHealthClient(
25
_ body: @Sendable (
26
Grpc_Health_V1_Health.Client<InProcessTransport.Client>,
27
- Health.Provider
+ HealthService.Provider
28
) async throws -> Void
29
) async throws {
30
let health = HealthService()
@@ -39,7 +39,7 @@ final class HealthTests: XCTestCase {
39
}
40
41
group.addTask {
42
- try await client.run()
+ try await client.runConnections()
43
44
45
do {
0 commit comments