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 4536137 commit f931475
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 @@ -21,7 +21,7 @@ t.test("it serves debug script", (t) => {
});

server.on("error", (err) => {
t.fail(err.message);
t.fail(err);
});

let stdout = "";
Expand Down

0 comments on commit f931475

Please sign in to comment.