From 30a259aeb8fc27fb8d2062931928e99723ac9fca Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 3 Jul 2014 10:51:27 -0300 Subject: [PATCH] fix test --- test/unit/controllers/controllersSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {