diff --git a/src/app/components/chat/chat.component.spec.ts b/src/app/components/chat/chat.component.spec.ts index ab60d1a7..f201b4f9 100644 --- a/src/app/components/chat/chat.component.spec.ts +++ b/src/app/components/chat/chat.component.spec.ts @@ -851,6 +851,7 @@ describe('ChatComponent', () => { }); it('should reset edit mode', () => { expect(component.isEvalEditMode()).toBe(false); + expect(true).toBe(false); }); }); });