mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix test
This commit is contained in:
parent
8c6a18aed1
commit
e1123cc422
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue