Skip to content

Commit

Permalink
- fix test (it has 8 tests not 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 28, 2024
1 parent a8076ea commit 329d1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/testParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ action.surefire.report.email.InvalidEmailAddressException: Invalid email address
const {totalCount, skippedCount, globalAnnotations} = testResult!!
const filtered = globalAnnotations.filter(annotation => annotation.retries > 0)

expect(totalCount).toBe(7)
expect(totalCount).toBe(8)
expect(skippedCount).toBe(1)
expect(filtered).toStrictEqual([
{
Expand Down

0 comments on commit 329d1b8

Please sign in to comment.