diff --git a/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java b/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java index 90ee5ea7..78dfc69a 100644 --- a/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java +++ b/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java @@ -82,7 +82,6 @@ public class ThreadPoolExecutorUtilTest { @Test public void testException(){ - // Test n int newCorePoolSize4 = 6; int newMaxPoolSize4 = 4; try {