mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -89,7 +89,7 @@ public class RandomUtilTest {
|
||||
|
||||
@Test
|
||||
public void randomStringOfLengthTest(){
|
||||
final String s = RandomUtil.randomStringLower("123", -1);
|
||||
final String s = RandomUtil.randomString("123", -1);
|
||||
Assertions.assertNotNull(s);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user