diff options
author | dirkf <[email protected]> | 2022-06-15 18:26:54 +0100 |
---|---|---|
committer | dirkf <[email protected]> | 2022-06-15 18:28:19 +0100 |
commit | 11665dd2367a2eefd1ad090828f987fef11226e4 (patch) | |
tree | acfd84f98c942ffd09cca261432bf0fd6e2417d8 /test | |
parent | cc179df346abf34c8f77dbb221b839092007f20c (diff) | |
download | youtube-dl-11665dd2367a2eefd1ad090828f987fef11226e4.tar.gz youtube-dl-11665dd2367a2eefd1ad090828f987fef11226e4.zip |
[test] Fix linter for 3aa94d7945dfaa0e04acf2700ffe0e43b00db498
Diffstat (limited to 'test')
-rw-r--r-- | test/test_download.py | 1 | ||||
-rw-r--r-- | test/test_subtitles.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py index 0951a171a..6a6673bc2 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -88,6 +88,7 @@ class TestDownload(unittest.TestCase): # Dynamically generate tests + def generator(test_case, tname): def test_template(self): diff --git a/test/test_subtitles.py b/test/test_subtitles.py index 4cbc69ccd..1197721ff 100644 --- a/test/test_subtitles.py +++ b/test/test_subtitles.py @@ -117,7 +117,7 @@ class TestYoutubeSubtitles(BaseTestSubtitles): # el, eo, en, eu, et, es, ru, rw, ro, bn, be, bg, uk, jv, # bs, ja, or, xh, co, ca, cy, cs, ps, pt, pa, vi, pl, hy, # hr, ht, hu, hmn, hi, ha, mg, uz, ml, mn, mi, mk, ur, - # mt, ms, mr, ug, ta, my, af, sw, is, am, + # mt, ms, mr, ug, ta, my, af, sw, is, am, # *it*, iw, sv, ar, # su, zu, az, id, ig, nl, no, ne, ny, fr, ku, fy, fa, fi, # ka, kk, sr, sq, ko, kn, km, st, sk, si, so, sn, sm, sl, |