diff --git a/packages/roosterjs-content-model-plugins/test/autoFormat/AutoFormatPluginTest.ts b/packages/roosterjs-content-model-plugins/test/autoFormat/AutoFormatPluginTest.ts index 56075fddfa3..7c741599870 100644 --- a/packages/roosterjs-content-model-plugins/test/autoFormat/AutoFormatPluginTest.ts +++ b/packages/roosterjs-content-model-plugins/test/autoFormat/AutoFormatPluginTest.ts @@ -320,11 +320,6 @@ describe('Content Model Auto Format Plugin Test', () => { } ); }); - - expect(triggerEventSpy).toHaveBeenCalledWith('contentChanged', { - source: 'AutoLink', - formatApiName: '', - }); } it('should call createLinkAfterSpace', () => {