fix linter issue
This commit is contained in:
parent
edb138ff88
commit
699855c048
3 changed files with 3 additions and 7 deletions
|
|
@ -249,9 +249,7 @@ test("formatWorkflowCause() with no errors", (t) => {
|
|||
});
|
||||
|
||||
test("formatWorkflowCause()", (t) => {
|
||||
const message = formatWorkflowCause([
|
||||
WorkflowErrors.CheckoutWrongHead,
|
||||
]);
|
||||
const message = formatWorkflowCause([WorkflowErrors.CheckoutWrongHead]);
|
||||
|
||||
t.deepEqual(message, "CheckoutWrongHead");
|
||||
t.deepEqual(formatWorkflowCause([]), undefined);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue