fix test mock

This commit is contained in:
Sam Machin 2022-03-24 08:39:31 +00:00
parent b7b604aed4
commit 50718495da
No known key found for this signature in database
GPG Key ID: C77A61AE4B88F6C3
1 changed files with 1 additions and 1 deletions

View File

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