From bf1533ec8414f2f843f0373756594f1e8456056c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Roldi?= Date: Wed, 5 Jun 2024 19:42:23 -0300 Subject: [PATCH] fix test --- .../test/autoFormat/AutoFormatPluginTest.ts | 5 ----- 1 file changed, 5 deletions(-) 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', () => {