Skip to content

Commit

Permalink
Update annotator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisK824 committed Apr 22, 2023
1 parent 959aefb commit 11e02f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export async function attachSummary(
for (const testResult of testResults) {
table.push([
`${testResult.checkName}`,
`${testResult.totalCount} run`,
`${testResult.totalCount} ran`,
`${testResult.passed} passed`,
`${testResult.skipped} skipped`,
`${testResult.failed} failed`
Expand Down

0 comments on commit 11e02f1

Please sign in to comment.