Update ThreadPoolExecutorUtilTest

pull/1351/head
时间邮递员 2 years ago committed by GitHub
parent 865fe9a3d2
commit a1c90b0951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,6 @@ public class ThreadPoolExecutorUtilTest {
Assert.assertEquals(newMaxPoolSize3, executor.getMaximumPoolSize()); Assert.assertEquals(newMaxPoolSize3, executor.getMaximumPoolSize());
} }
@Test @Test
public void testException(){ public void testException(){
// Test when the new core pool size is greater than the new maximum pool size, which should throw an IllegalArgumentException. // Test when the new core pool size is greater than the new maximum pool size, which should throw an IllegalArgumentException.

Loading…
Cancel
Save