mv backup to more filenames

This commit is contained in:
Matias Alejo Garcia 2014-08-21 11:04:19 -04:00
commit 2617b76428
3 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ describe("Unit: Controllers", function() {
scope = $rootScope.$new();
$rootScope.wallet = new FakeWallet(config);
ctrl = $controller('BackupController', {
ctrl = $controller('MoreController', {
$scope: scope,
$modal: {},
});