mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +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