We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8076ea commit 329d1b8Copy full SHA for 329d1b8
__tests__/testParser.test.ts
@@ -1074,7 +1074,7 @@ action.surefire.report.email.InvalidEmailAddressException: Invalid email address
1074
const {totalCount, skippedCount, globalAnnotations} = testResult!!
1075
const filtered = globalAnnotations.filter(annotation => annotation.retries > 0)
1076
1077
- expect(totalCount).toBe(7)
+ expect(totalCount).toBe(8)
1078
expect(skippedCount).toBe(1)
1079
expect(filtered).toStrictEqual([
1080
{
0 commit comments