Fix mindmaping controller tests.
This commit is contained in:
@@ -27,7 +27,7 @@ public class ValidationException extends WiseMappingException{
|
||||
private Errors errors;
|
||||
|
||||
public ValidationException(@NotNull Errors errors) {
|
||||
super("Validation Exceptions");
|
||||
super("Validation Exceptions:"+errors);
|
||||
this.errors = errors;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user