test(handler): use correct name in describe block

This commit is contained in:
WebStreamr 2025-05-12 14:26:39 +00:00
parent 9c9a8e410b
commit 9145e9c3f6
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ const fetcher = new Fetcher();
const mostraguarda = new MostraGuarda(fetcher, new EmbedExtractors([new Dropload(fetcher), new SuperVideo(fetcher)]));
const ctx: Context = { ip: '127.0.0.1' };
describe('FrenchCloud', () => {
describe('MostraGuarda', () => {
test('does not handle non imdb movies', async () => {
const streams = await mostraguarda.handle(ctx, 'kitsu:123');