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 c125d48 commit b82fa59Copy full SHA for b82fa59
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