Update ThreadFactoryBuilderTest

pull/1341/head
时间邮递员 2 years ago committed by GitHub
parent b4590c3b7c
commit 55007f9c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,6 @@ public class ThreadFactoryBuilderTest {
@Test @Test
public void testExceptionHandler() { public void testExceptionHandler() {
Assert.assertEquals(uncaughtExceptionHandler, thread.getUncaughtExceptionHandler()); Assert.assertEquals(uncaughtExceptionHandler, thread.getUncaughtExceptionHandler());
} }
@Test @Test

Loading…
Cancel
Save