Add breaks to headers in test

This commit is contained in:
Jackson Harper
2024-03-13 22:00:33 +08:00
parent 566ac33401
commit 308b02fbb0

View File

@ -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")
})
})
})