diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py index 5b35c37e7..238195050 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -60,7 +60,7 @@ class TestDownload(unittest.TestCase): os.remove(fn) -### Dinamically generate tests +### Dynamically generate tests def generator(test_case): def test_template(self): |