Update toasts.component.spec.ts

This commit is contained in:
shamoon 2023-09-01 14:20:50 -07:00
parent 43fdeabcf7
commit 81dd17acb2

View File

@ -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()