Skip to content

Commit a206254

Browse files
Remove
1 parent 63a4dcf commit a206254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/roosterjs-content-model-dom/test/domToModel/processors/tableProcessorTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ describe('tableProcessor', () => {
236236
};
237237
});
238238

239-
expect(childProcessor).toHaveBeenCalledTimes(1); // Only called once for the actual TD element
239+
expect(childProcessor).toHaveBeenCalledTimes(1);
240240
});
241241

242242
it('Process table with selection', () => {

0 commit comments

Comments
 (0)