diff --git a/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts b/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts index d68a4f4f6b0..4f6c66d69a2 100644 --- a/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts +++ b/src/app/lookup-by-id/objectnotfound/objectnotfound.component.spec.ts @@ -89,5 +89,5 @@ fdescribe('ObjectNotFoundComponent', () => { it('should call serverResponseService.setNotFound', () => { expect(serverResponseServiceStub.setNotFound).toHaveBeenCalled(); }); - }) + }); });