From 7ef76812e6f3d58fa6266f99a260f36eb915e6a0 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Thu, 2 Dec 2021 09:26:21 +0100 Subject: [PATCH] chore: update test --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });