mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
Fix unit test
This commit is contained in:
@@ -7,8 +7,8 @@ public class InvalidPasswordException extends ExceptionWithContext {
|
||||
|
||||
private static final String CODE = "8YR7aawFW1";
|
||||
|
||||
public InvalidPasswordException(ContextEntry.ContextBuilder passwordChange) {
|
||||
super(passwordChange.build(), "The given old password does not match with the stored one.");
|
||||
public InvalidPasswordException(ContextEntry.ContextBuilder context) {
|
||||
super(context.build(), "The given old password does not match with the stored one.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user