mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix unit test failures following mocha upgrade
This commit is contained in:
@@ -217,7 +217,7 @@ describe("nodes api", function() {
|
||||
if (module === "foo") {
|
||||
return {
|
||||
name:"foo",
|
||||
nodes:[{id:123}]
|
||||
nodes:[{id:"123"}]
|
||||
};
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user