Fix tests

This commit is contained in:
Hongbo Wu 2022-10-04 16:28:04 +08:00
parent c05a6ff3b4
commit 39dcab5076

View file

@ -235,6 +235,6 @@ 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(12)
expect(speechFile.utterances).to.have.lengthOf(21)
})
})