From bf2c69e7abf161f611d8b5c85248d63548211e79 Mon Sep 17 00:00:00 2001 From: WBRK-dev Date: Thu, 18 Jul 2024 19:34:09 +0200 Subject: fix: fixed tests regarding episode sources --- test/animeEpisodeSrcs.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/animeEpisodeSrcs.test.ts b/test/animeEpisodeSrcs.test.ts index 3aed842..1c6f160 100644 --- a/test/animeEpisodeSrcs.test.ts +++ b/test/animeEpisodeSrcs.test.ts @@ -4,7 +4,7 @@ import { scrapeAnimeEpisodeSources } from "../src/parsers/index.js"; test("returns anime episode streaming link(s)", async () => { const data = await scrapeAnimeEpisodeSources( "steinsgate-3?ep=230", - "vidstreaming", + "hd-1", "sub" ); -- cgit v1.2.3