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 090cc2c commit 3c53dd5Copy full SHA for 3c53dd5
alts/src/test/java/io/grpc/alts/HandshakerServiceChannelTest.java
@@ -56,7 +56,6 @@ public void setUp() throws Exception {
56
HandshakerServiceChannel.getHandshakerChannelForTesting("localhost:" + server.getPort());
57
}
58
59
-
60
@Test
61
public void sharedChannel_authority() {
62
resource = HandshakerServiceChannel.SHARED_HANDSHAKER_CHANNEL;
@@ -98,4 +97,4 @@ public void resource_lifecycleTwice() {
98
97
private void doRpc(Channel channel) {
99
SimpleServiceGrpc.newBlockingStub(channel).unaryRpc(SimpleRequest.getDefaultInstance());
100
101
-}
+}
0 commit comments