From 9145e9c3f69c474b1e18448eb1e10876a2e7fb2a Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 12 May 2025 14:26:39 +0000 Subject: [PATCH] test(handler): use correct name in describe block --- src/handler/MostraGuarda.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/MostraGuarda.test.ts b/src/handler/MostraGuarda.test.ts index 3d1a95a..c8d5493 100644 --- a/src/handler/MostraGuarda.test.ts +++ b/src/handler/MostraGuarda.test.ts @@ -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');