mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
@@ -110,7 +110,6 @@ public class BooleanUtilTest {
|
||||
Assert.assertTrue(BooleanUtil.isJsFalsy(-0.00F));
|
||||
Assert.assertTrue(BooleanUtil.isJsFalsy(""));
|
||||
Assert.assertTrue(BooleanUtil.isJsFalsy(null));
|
||||
Assert.assertTrue(BooleanUtil.isJsFalsy(Math.sqrt(-1)));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user