Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 7, 2023
1 parent daccc05 commit 6e274d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/reporters/tests/__snapshots__/html.test.ts.snap
Expand Up @@ -46,8 +46,8 @@ exports[`html reporter > resolves to "failing" status for test file "json-fail"
"diff": " - Expected - 1
+ Received + 1
- 1
+ 2",
- 2
+ 1",
"expected": "1",
"message": "expected 2 to deeply equal 1",
"name": "AssertionError",
Expand All @@ -66,8 +66,8 @@ exports[`html reporter > resolves to "failing" status for test file "json-fail"
"diff": " - Expected - 1
+ Received + 1
- 1
+ 2",
- 2
+ 1",
"expected": "1",
"message": "expected 2 to deeply equal 1",
"name": "AssertionError",
Expand Down

0 comments on commit 6e274d7

Please sign in to comment.