diff --git a/VideoWeb/VideoWeb/ClientApp/src/app/waiting-space/consultation-modals/consultation-error/consultation-error.component.spec.ts b/VideoWeb/VideoWeb/ClientApp/src/app/waiting-space/consultation-modals/consultation-error/consultation-error.component.spec.ts index 70cde431d0..643d074fe1 100644 --- a/VideoWeb/VideoWeb/ClientApp/src/app/waiting-space/consultation-modals/consultation-error/consultation-error.component.spec.ts +++ b/VideoWeb/VideoWeb/ClientApp/src/app/waiting-space/consultation-modals/consultation-error/consultation-error.component.spec.ts @@ -5,7 +5,7 @@ import { Subject } from 'rxjs'; describe('ConsultationErrorComponent', () => { let component: ConsultationErrorComponent; let consultationServiceSpy: jasmine.SpyObj; - let errorMessageSubject = new Subject(); + const errorMessageSubject = new Subject(); beforeEach(() => { consultationServiceSpy = jasmine.createSpyObj('ConsultationService', [], { consultationError$: errorMessageSubject.asObservable()