diff --git a/src-ui/src/app/components/app-frame/app-frame.component.spec.ts b/src-ui/src/app/components/app-frame/app-frame.component.spec.ts index c1b53d63d..991e2a754 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.spec.ts +++ b/src-ui/src/app/components/app-frame/app-frame.component.spec.ts @@ -170,7 +170,7 @@ describe('AppFrameComponent', () => { .mockReturnValue('Hello World') jest.spyOn(permissionsService, 'currentUserCan').mockReturnValue(true) - savedViewSpy = jest.spyOn(savedViewService, 'initialize') + savedViewSpy = jest.spyOn(savedViewService, 'reload') fixture = TestBed.createComponent(AppFrameComponent) component = fixture.componentInstance