change code

This commit is contained in:
Looly
2022-01-16 00:39:44 +08:00
parent 3720ca5ce7
commit dd560ce5e3
3 changed files with 14 additions and 5 deletions

View File

@@ -60,7 +60,9 @@ public class RandomUtilTest {
char c = RandomUtil.randomChinese();
Assert.assertTrue(c > 0);
}
@Test
@Ignore
public void randomStringWithoutStrTest() {
for (int i = 0; i < 100; i++) {
final String s = RandomUtil.randomStringWithoutStr(8, "0IPOL");