Fix lint errors
This commit is contained in:
parent
1f07e287da
commit
169b9f804b
2 changed files with 2 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue