mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix import bug
This commit is contained in:
parent
4dcadba205
commit
cefe1311ad
@ -23,7 +23,7 @@ public class CharUtilTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void isCharTest(){
|
public void isCharTest(){
|
||||||
char[] a = new char[]{'a'};
|
char a = 'a';
|
||||||
Assert.assertTrue(CharUtil.isChar(a));
|
Assert.assertTrue(CharUtil.isChar(a));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user