Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenischev committed Sep 28, 2023
1 parent a9ff15e commit d4eef16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/additional-formats.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class SongPayload {
private @Valid String email;
private @Valid java.math.BigDecimal rating;
Expand Down Expand Up @@ -93,7 +93,7 @@ public class SongPayload {
public void setRating(java.math.BigDecimal rating) {
this.rating = rating;
}
@Override
public boolean equals(Object o) {
if (this == o) {
Expand Down

0 comments on commit d4eef16

Please sign in to comment.