diff options
author | dirkf <fieldhouse@gmx.net> | 2022-06-15 18:26:54 +0100 |
---|---|---|
committer | dirkf <fieldhouse@gmx.net> | 2022-06-15 18:28:19 +0100 |
commit | 11665dd2367a2eefd1ad090828f987fef11226e4 (patch) | |
tree | acfd84f98c942ffd09cca261432bf0fd6e2417d8 /test/test_download.py | |
parent | cc179df346abf34c8f77dbb221b839092007f20c (diff) |
[test] Fix linter for 3aa94d7945dfaa0e04acf2700ffe0e43b00db498
Diffstat (limited to 'test/test_download.py')
-rw-r--r-- | test/test_download.py | 1 |
1 files changed, 1 insertions, 0 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): |