We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71168 commit f6d7a61Copy full SHA for f6d7a61
src/test/java/org/owasp/esapi/reference/UserTest.java
@@ -166,7 +166,7 @@ public void testChangePassword() throws Exception {
166
try {
167
// Test for GitHub issue 288
168
user.changePassword(password2, oldPassword, oldPassword);
169
- fail("Shouldn't be able to reuse original (initial) password.")
+ fail("Shouldn't be able to reuse original (initial) password.");
170
} catch( AuthenticationException e ) {
171
// expected
172
}
0 commit comments