summaryrefslogtreecommitdiff
path: root/tests/test_uris.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_uris.py')
-rw-r--r--tests/test_uris.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_uris.py b/tests/test_uris.py
index 81743248..c223d3ea 100644
--- a/tests/test_uris.py
+++ b/tests/test_uris.py
@@ -12,4 +12,3 @@ class TestUris(unittest.TestCase):
assert uri_list[0] == "http://www.huh.org/books/foo.html"
assert uri_list[1] == "http://www.huh.org/books/foo.pdf"
assert uri_list[2] == "ftp://ftp.foo.org/books/foo.txt"
-