Skip to content

Commit f6d7a61

Browse files
committed
Close issue ESAPI#288.
1 parent fb71168 commit f6d7a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/owasp/esapi/reference/UserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public void testChangePassword() throws Exception {
166166
try {
167167
// Test for GitHub issue 288
168168
user.changePassword(password2, oldPassword, oldPassword);
169-
fail("Shouldn't be able to reuse original (initial) password.")
169+
fail("Shouldn't be able to reuse original (initial) password.");
170170
} catch( AuthenticationException e ) {
171171
// expected
172172
}

0 commit comments

Comments
 (0)