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