test(handler): use correct name in describe block
This commit is contained in:
parent
9c9a8e410b
commit
9145e9c3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue