From 5e4210bf8ecf46fddef4255c87149b3b19a09ad1 Mon Sep 17 00:00:00 2001 From: Paola Date: Fri, 23 Jul 2021 23:03:39 -0600 Subject: [PATCH] fix test 2.0 --- .../encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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