Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaed Parkar committed Oct 22, 2024
1 parent bdb3c04 commit c0660f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Subject } from 'rxjs';
describe('ConsultationErrorComponent', () => {
let component: ConsultationErrorComponent;
let consultationServiceSpy: jasmine.SpyObj<ConsultationService>;
let errorMessageSubject = new Subject<string>();
const errorMessageSubject = new Subject<string>();
beforeEach(() => {
consultationServiceSpy = jasmine.createSpyObj('ConsultationService', [], {
consultationError$: errorMessageSubject.asObservable()
Expand Down

0 comments on commit c0660f5

Please sign in to comment.