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 ff0b18b commit 5dcf129Copy full SHA for 5dcf129
Tests/GRPCCoreTests/GRPCServerTests.swift
@@ -473,7 +473,7 @@ struct ServerTests {
473
let allMethodsCounter = AtomicCounter()
474
475
try await self.withInProcessClientConnectedToServer(
476
- services: [BinaryEcho(), HelloWorld()],
+ services: [BinaryEcho()],
477
interceptors: [
478
.methodSpecific(
479
interceptor: .requestCounter(onlyBinaryEchoGetCounter),
0 commit comments