From 6bd4b94f11059886459b9fdac0fe2b5c23dc7eb4 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 31 Jan 2019 01:05:02 +0100 Subject: [PATCH] Karma test fixed --- front/salix/components/user-configuration-popover/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/salix/components/user-configuration-popover/index.spec.js b/front/salix/components/user-configuration-popover/index.spec.js index 829ff674a9..565c666c21 100644 --- a/front/salix/components/user-configuration-popover/index.spec.js +++ b/front/salix/components/user-configuration-popover/index.spec.js @@ -11,7 +11,7 @@ describe('Salix', () => { beforeEach(angular.mock.inject(($componentController, _$httpBackend_, $rootScope) => { $httpBackend = _$httpBackend_; $scope = $rootScope.$new(); - controller = $componentController('vnUserConfigurationPopover', {$scope: $scope, $translate: null}); + controller = $componentController('vnUserConfigurationPopover', {$scope}); })); describe('localBankFk() setter', () => {