Skip to content

Commit

Permalink
- update test arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 28, 2024
1 parent a8076ea commit 80a45f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __tests__/testParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,8 @@ action.surefire.report.email.InvalidEmailAddressException: Invalid email address
'test_results/junit-web-test/expectedRetries.xml',
'',
true,
true
true,
true,
)
expect(testResult).toBeDefined()
const {totalCount, skippedCount, globalAnnotations} = testResult!!
Expand Down

0 comments on commit 80a45f1

Please sign in to comment.