change test

This commit is contained in:
Looly 2021-10-09 18:39:22 +08:00
parent adfe11ce37
commit 6e3bad82d0

View File

@ -10,7 +10,5 @@ public class ThreadUtilTest {
final boolean isValid = true;
ThreadUtil.execute(() -> Assert.assertTrue(isValid));
}
}