Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Sep 24, 2023
1 parent 2f09636 commit 6015c4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public void testParamAndStatus() throws InterruptedException {

Assert.assertEquals(executor.getCorePoolSize(), proxy.getCorePoolSize());
Assert.assertEquals(executor.getMaximumPoolSize(), proxy.getMaximumPoolSize());
Assert.assertEquals(executor.getActiveCount(), proxy.getActiveCount());
Assert.assertEquals(executor.getPoolSize(), proxy.getPoolSize());
Assert.assertEquals(executor.getCompletedTaskCount(), proxy.getCompletedTaskCount());
Assert.assertEquals(executor.getLargestPoolSize(), proxy.getLargestPoolSize());
Expand Down

0 comments on commit 6015c4c

Please sign in to comment.