mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tests
This commit is contained in:
parent
3bd6b3d137
commit
e3959c4ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue