From 1343f155f1cf9fbe10c37cf7ac3f6c1af37dbf9e Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Fri, 31 Aug 2018 10:11:38 -0400 Subject: [PATCH] chore: fix integration 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 09d8e4b..e9aa96e 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(subtitles[0].text, '- Creating passive income takes work,'); + t.deepEqual('creating passive income takes work but', subtitles[0].text); });