From 81e08e06e4532f7536576e8b004a117375db470f Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Mon, 8 Dec 2014 10:10:16 +0000 Subject: [PATCH] Updated test to reflect saving settings in nodes --- test/red/nodes/registry_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/red/nodes/registry_spec.js b/test/red/nodes/registry_spec.js index ac671c755..395018618 100644 --- a/test/red/nodes/registry_spec.js +++ b/test/red/nodes/registry_spec.js @@ -301,7 +301,7 @@ describe('NodeRegistry', function() { moduleList.should.be.Array.and.have.length(1); settingsSave.callCount.should.equal(1); - settingsSave.firstCall.args[0].should.be.equal("modules"); + settingsSave.firstCall.args[0].should.be.equal("nodes"); var savedList = settingsSave.firstCall.args[1]; savedList[moduleList[0].name].name.should.equal(moduleList[0].name);