diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-15 21:17:23 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-15 21:17:23 +0100 |
commit | 247ae6fbec98dbc42c3910df2942842ef5256715 (patch) | |
tree | e19892888e8abba85ac3aefd9a02997bd60563e0 /tests/test_api.py | |
parent | keep downloaded files for debug report (diff) | |
download | pyload-247ae6fbec98dbc42c3910df2942842ef5256715.tar.xz |
fix test cases
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 236f72882..0171b46bb 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -15,4 +15,4 @@ class TestApi(TestCase): api = APIExerciser(self.core) for i in range(2000): - api.testAPI()
\ No newline at end of file + api.testAPI() |