From 81dd17acb27dfcc9c3b95ccea8dc2051ecfeef99 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:20:50 -0700 Subject: [PATCH] Update toasts.component.spec.ts --- .../src/app/components/common/toasts/toasts.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/components/common/toasts/toasts.component.spec.ts b/src-ui/src/app/components/common/toasts/toasts.component.spec.ts index 3891347d2..404311ec5 100644 --- a/src-ui/src/app/components/common/toasts/toasts.component.spec.ts +++ b/src-ui/src/app/components/common/toasts/toasts.component.spec.ts @@ -52,7 +52,7 @@ describe('ToastsComponent', () => { }) it('should call getToasts and return toasts', fakeAsync(() => { - const spy = jest.spyOn(toastService, 'getToasts').mockReset() + const spy = jest.spyOn(toastService, 'getToasts') component.ngOnInit() fixture.detectChanges()