Skip to content

Commit

Permalink
test: missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
glandais-mdm authored Feb 5, 2024
1 parent ff83805 commit 49d8361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__snapshots__/additional-formats.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class SongPayload {
/**
* Author email
*/
@JsonProperty("email")@Pattern(regexp="(^\\s*[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*.[a-zA-Z]{2,}\\s*$)"
@JsonProperty("email")@Pattern(regexp="(^\\s*[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+(.[a-zA-Z0-9-]+)*.[a-zA-Z]{2,}\\s*$)")
public String getEmail() {
return email;
}
Expand Down

0 comments on commit 49d8361

Please sign in to comment.