chore: fix integration test
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user