Skip to content

Commit

Permalink
update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdonaldson committed May 12, 2024
1 parent a9b987d commit 297b25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/tests/models/snapshots/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ expression: res
---
Err(
Custom(
"{\"name\":[{\"code\":\"length\",\"message\":\"Name must be at least 2 characters long.\"}],\"email\":[{\"code\":\"invalid email\",\"message\":null}]}",
"{\"email\":[{\"code\":\"invalid email\",\"message\":null}],\"name\":[{\"code\":\"length\",\"message\":\"Name must be at least 2 characters long.\"}]}",
),
)

0 comments on commit 297b25a

Please sign in to comment.