Karma test fixed

This commit is contained in:
Juan Ferrer 2019-01-31 01:05:02 +01:00
parent 82d81e0ab9
commit 6bd4b94f11
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {