Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 41e9e9d

Browse files
remove obsolete assertion
1 parent c114936 commit 41e9e9d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gax-grpc/src/test/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProviderTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,6 @@ public void testWithPoolSize() throws IOException {
150150

151151
provider = provider.withPoolSize(2);
152152
provider.getTransportChannel().shutdownNow();
153-
154-
try {
155-
provider.withPoolSize(3);
156-
fail("acceptsPoolSize() returned false; we shouldn't be able to set it again");
157-
} catch (IllegalStateException e) {
158-
159-
}
160153
}
161154

162155
@Test

0 commit comments

Comments
 (0)