Updated test to reflect saving settings in nodes

This commit is contained in:
Anna Thomas 2014-12-08 10:10:16 +00:00
parent b006ccf610
commit 81e08e06e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);