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