chore: update test

This commit is contained in:
Haroen Viaene
2021-12-02 09:26:21 +01:00
parent b6f0639ce2
commit 7ef76812e6

View File

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