diff --git a/src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts b/src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts index c658abb..5c031c9 100644 --- a/src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts +++ b/src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts @@ -34,7 +34,7 @@ describe('Service Tests', () => { describe('resolve', () => { it('should return IEncuesta returned by find', () => { // GIVEN - service.find = jest.fn(id => of(new HttpResponse({ body: { id } }))); + // service.find = jest.fn(id => of(new HttpResponse({ body: { id } }))); mockActivatedRouteSnapshot.params = { id: 123 }; // WHEN