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

Commit

Permalink
remove obsolete assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Nov 22, 2021
1 parent c114936 commit 41e9e9d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@ public void testWithPoolSize() throws IOException {

provider = provider.withPoolSize(2);
provider.getTransportChannel().shutdownNow();

try {
provider.withPoolSize(3);
fail("acceptsPoolSize() returned false; we shouldn't be able to set it again");
} catch (IllegalStateException e) {

}
}

@Test
Expand Down

0 comments on commit 41e9e9d

Please sign in to comment.