diff options
Diffstat (limited to 'src/app/shared/services/paramShare.service.spec.ts')
-rw-r--r-- | src/app/shared/services/paramShare.service.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/shared/services/paramShare.service.spec.ts b/src/app/shared/services/paramShare.service.spec.ts index 1769198..6b8fc83 100644 --- a/src/app/shared/services/paramShare.service.spec.ts +++ b/src/app/shared/services/paramShare.service.spec.ts @@ -23,7 +23,7 @@ limitations under the License. import { inject, TestBed } from '@angular/core/testing'; import { ParamShareService } from './paramShare.service'; -fdescribe('ParamShareService', () => { +describe('ParamShareService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [ParamShareService] |