Skip to content

Commit 329d1b8

Browse files
committed
- fix test (it has 8 tests not 7)
1 parent a8076ea commit 329d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/testParser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ action.surefire.report.email.InvalidEmailAddressException: Invalid email address
10741074
const {totalCount, skippedCount, globalAnnotations} = testResult!!
10751075
const filtered = globalAnnotations.filter(annotation => annotation.retries > 0)
10761076

1077-
expect(totalCount).toBe(7)
1077+
expect(totalCount).toBe(8)
10781078
expect(skippedCount).toBe(1)
10791079
expect(filtered).toStrictEqual([
10801080
{

0 commit comments

Comments
 (0)