chore: fix integration test

This commit is contained in:
Haroen Viaene
2018-08-31 10:11:38 -04:00
parent de7581ac7b
commit 1343f155f1

View File

@@ -12,5 +12,5 @@ test('Extract estonia war subtitles', async t => {
test('Extract passive income video', async t => { test('Extract passive income video', async t => {
const subtitles = await getSubtitles({ videoID: 'JueUvj6X3DA' }); 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);
}); });