diff --git a/packages/text-to-speech/test/htmlToSsml.test.ts b/packages/text-to-speech/test/htmlToSsml.test.ts
index 20f9a1d79..6f291ca86 100644
--- a/packages/text-to-speech/test/htmlToSsml.test.ts
+++ b/packages/text-to-speech/test/htmlToSsml.test.ts
@@ -235,7 +235,7 @@ describe('convert HTML to Speech file', () => {
title: 'Wang Yi at the UN; Fu Zhenghua sentenced; Nvidia China sales',
options: TEST_OPTIONS,
})
- expect(speechFile.utterances).to.have.lengthOf(21)
+ expect(speechFile.utterances).to.have.lengthOf(19)
})
it('converts long utterances to multiple utterances', () => {