fix test mock

This commit is contained in:
Sam Machin
2022-03-24 08:39:31 +00:00
parent b7b604aed4
commit 50718495da

View File

@@ -63,7 +63,7 @@ describe("red/nodes/index", function() {
var runtime = { var runtime = {
settings: settings, settings: settings,
storage: storage, storage: storage,
log: {debug:function() {}, warn:function() {}}, log: {debug:function() {}, warn:function() {}, _: function() {}},
events: new EventEmitter() events: new EventEmitter()
}; };