mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add breaks to headers in test
This commit is contained in:
parent
566ac33401
commit
308b02fbb0
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ describe('create transcript', () => {
|
|||
console.log('res: ', res)
|
||||
|
||||
expect(res.length).to.eq(17)
|
||||
expect(res[13].text).to.eq("## Joe Biden's re-election effort\n\n")
|
||||
expect(res[13].text).to.eq("\n\n## Joe Biden's re-election effort\n\n")
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue