diff options
| author | WBRK-dev <[email protected]> | 2024-07-18 19:34:09 +0200 |
|---|---|---|
| committer | WBRK-dev <[email protected]> | 2024-07-18 19:34:09 +0200 |
| commit | bf2c69e7abf161f611d8b5c85248d63548211e79 (patch) | |
| tree | 3e188b6eabcf4d5e4130be75eea4eba8235bd08e /test | |
| parent | 4437ef24cc224e784701fbed2fa26e1ce90e04a5 (diff) | |
| download | aniwatch-api-bf2c69e7abf161f611d8b5c85248d63548211e79.tar.xz aniwatch-api-bf2c69e7abf161f611d8b5c85248d63548211e79.zip | |
fix: fixed tests regarding episode sources
Diffstat (limited to 'test')
| -rw-r--r-- | test/animeEpisodeSrcs.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |
