Fix test
This commit is contained in:
@ -232,9 +232,9 @@ describe('convert HTML to Speech file', () => {
|
||||
)
|
||||
const speechFile = htmlToSpeechFile({
|
||||
content: html,
|
||||
title: 'test',
|
||||
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(11)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user