Skip to content

Commit b82fa59

Browse files
committed
Fix up test
1 parent c125d48 commit b82fa59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GRPCCoreTests/GRPCServerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ struct ServerTests {
473473
let allMethodsCounter = AtomicCounter()
474474

475475
try await self.withInProcessClientConnectedToServer(
476-
services: [BinaryEcho(), HelloWorld()],
476+
services: [BinaryEcho()],
477477
interceptors: [
478478
.methodSpecific(
479479
interceptor: .requestCounter(onlyBinaryEchoGetCounter),

0 commit comments

Comments
 (0)