Skip to content

Commit

Permalink
test: update snapshots (#7055)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Dec 9, 2024
1 parent cc70336 commit fa75409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/test/__snapshots__/jest-expect.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ exports[`toSatisfy() > error message 3`] = `
"diff": "- Expected
+ Received
Object {
{
- "value": toSatisfy<(value) => value % 2 !== 0>,
+ "value": 2,
}",
Expand All @@ -512,7 +512,7 @@ exports[`toSatisfy() > error message 4`] = `
"diff": "- Expected
+ Received
Object {
{
- "value": toSatisfy<(value) => value % 2 !== 0, ODD>,
+ "value": 2,
}",
Expand Down

0 comments on commit fa75409

Please sign in to comment.