diff --git a/modules/supplier/front/summary/index.spec.js b/modules/supplier/front/summary/index.spec.js index 7295a028c..e8ab74220 100644 --- a/modules/supplier/front/summary/index.spec.js +++ b/modules/supplier/front/summary/index.spec.js @@ -1,6 +1,6 @@ import './index'; -fdescribe('Supplier', () => { +describe('Supplier', () => { describe('Component vnSupplierSummary', () => { let controller; let $httpBackend; @@ -15,7 +15,7 @@ fdescribe('Supplier', () => { controller = $componentController('vnSupplierSummary', {$element, $scope}); })); - fdescribe('getSummary()', () => { + describe('getSummary()', () => { it('should perform a get asking for the supplier data', () => { controller.supplier = {id: 1};