Skip to content

Commit bde92be

Browse files
Update PwnedPasswordsValidatorTest.java
1 parent 5ad1839 commit bde92be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/martinspielmann/wicket/pwnedpasswordsvalidator/PwnedPasswordsValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void constructorsShouldSetAllParameterValuesValues(){
4141
@Test
4242
public void testSha1() throws NoSuchAlgorithmException {
4343
PwnedPasswordsValidator v = new PwnedPasswordsValidator();
44-
String sha1 = v.sha1("foo123");
44+
String sha1 = v.sha1("foo");
4545
Assert.assertEquals("0BEEC7B5EA3F0FDBC95D0DD47F3C5BC275DA8A33", sha1);
4646
}
4747

0 commit comments

Comments
 (0)