Skip to content

Commit 02cda39

Browse files
committed
fix tests
1 parent 98c3031 commit 02cda39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/GRPCHealthServiceTests/HealthTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class HealthTests: XCTestCase {
2424
private func withHealthClient(
2525
_ body: @Sendable (
2626
Grpc_Health_V1_Health.Client<InProcessTransport.Client>,
27-
Health.Provider
27+
HealthService.Provider
2828
) async throws -> Void
2929
) async throws {
3030
let health = HealthService()
@@ -39,7 +39,7 @@ final class HealthTests: XCTestCase {
3939
}
4040

4141
group.addTask {
42-
try await client.run()
42+
try await client.runConnections()
4343
}
4444

4545
do {

0 commit comments

Comments
 (0)