Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/actions-util.test.js.map
3 changes: 1 addition & 2 deletions src/actions-util.test.ts
@@ -404,8 +404,7 @@ test("formatWorkflowErrors() when there are multiple errors", (t) => {
});

test("formatWorkflowCause() with no errors", (t) => {
const message = actionsutil.formatWorkflowCause([
]);
const message = actionsutil.formatWorkflowCause([]);

t.deepEqual(message, undefined);
});

0 comments on commit 169b9f8

Please sign in to comment.