Skip to content

Commit 3c53dd5

Browse files
committed
Reverting changes to HandshakerServiceChannelTest
1 parent 090cc2c commit 3c53dd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

alts/src/test/java/io/grpc/alts/HandshakerServiceChannelTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public void setUp() throws Exception {
5656
HandshakerServiceChannel.getHandshakerChannelForTesting("localhost:" + server.getPort());
5757
}
5858

59-
6059
@Test
6160
public void sharedChannel_authority() {
6261
resource = HandshakerServiceChannel.SHARED_HANDSHAKER_CHANNEL;
@@ -98,4 +97,4 @@ public void resource_lifecycleTwice() {
9897
private void doRpc(Channel channel) {
9998
SimpleServiceGrpc.newBlockingStub(channel).unaryRpc(SimpleRequest.getDefaultInstance());
10099
}
101-
}
100+
}

0 commit comments

Comments
 (0)