diff --git a/src/main/webapp/app/entities/encuesta/encuesta-publish-dialog/encuesta-publish-dialog.component.spec.ts b/src/main/webapp/app/entities/encuesta/encuesta-publish-dialog/encuesta-publish-dialog.component.spec.ts deleted file mode 100644 index 025f83a..0000000 --- a/src/main/webapp/app/entities/encuesta/encuesta-publish-dialog/encuesta-publish-dialog.component.spec.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { EncuestaPublishDialogComponent } from './encuesta-publish-dialog.component'; - -describe('EncuestaPublishDialogComponent', () => { - let component: EncuestaPublishDialogComponent; - let fixture: ComponentFixture; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [EncuestaPublishDialogComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(EncuestaPublishDialogComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); diff --git a/src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.spec.ts b/src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts similarity index 100% rename from src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.spec.ts rename to src/main/webapp/app/entities/encuesta/route/encuesta-routing-resolve.service.tmpSpec.ts