Skip to content

Commit

Permalink
Update end2end/tests/node-red.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott authored Dec 2, 2024
1 parent f931475 commit 8c43d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end2end/tests/node-red.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ t.test("it serves debug script", (t) => {
t.equal(script.status, 200);
})
.catch((error) => {
t.fail(error.message);
t.fail(error);
})
.finally(() => {
server.kill();
Expand Down

0 comments on commit 8c43d18

Please sign in to comment.