diff --git a/test/index.test.js b/test/index.test.js index 3dce3e8..40a26c9 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -12,5 +12,5 @@ test('Extract estonia war subtitles', async t => { test('Extract passive income video', async t => { const subtitles = await getSubtitles({ videoID: 'JueUvj6X3DA' }); - t.deepEqual('- Creating passive income takes work,', subtitles[0].text); + t.deepEqual('creating passive income takes work but', subtitles[0].text); });