This commit is contained in:
Looly
2024-03-01 15:53:23 +08:00
parent 5c1ffbcc0c
commit e3f4a6a20a
5 changed files with 11 additions and 11 deletions

View File

@@ -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);
}