mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bug
This commit is contained in:
@@ -9,4 +9,10 @@ public class PasswdStrengthTest {
|
||||
String passwd = "2hAj5#mne-ix.86H";
|
||||
Assert.assertEquals(13, PasswdStrength.check(passwd));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void strengthNumberTest(){
|
||||
String passwd = "9999999999999";
|
||||
Assert.assertEquals(0, PasswdStrength.check(passwd));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user