diff --git a/src/renderer/src/components/right-sidebar/pr-comment-ack-summary.test.ts b/src/renderer/src/components/right-sidebar/pr-comment-ack-summary.test.ts index c4b2f83ac83..d4026edd24c 100644 --- a/src/renderer/src/components/right-sidebar/pr-comment-ack-summary.test.ts +++ b/src/renderer/src/components/right-sidebar/pr-comment-ack-summary.test.ts @@ -58,7 +58,7 @@ describe('review acknowledgement summary', () => { const replaces = replace.mock.calls.length const splits = split.mock.calls.length expect(actual).toBe('comment — Heading') - expect(replaces).toBe(3) + expect(replaces).toBe(2) expect(splits).toBe(0) }) })