diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 8525dc782..a607642e5 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -42,7 +42,7 @@ describe("Unit: Controllers", function() { })); it('Should have a Backup controller', function() { - expect(scope.title).equal('Backup'); + expect(scope.title).equal('Settings'); }); it('Backup controller #download', function() {