summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-09-19 09:44:41 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2014-09-19 09:44:41 +0200
commitc21a35c216bbb9e4f6eadd80298a50ca148fa5f2 (patch)
tree0c0ca0a3e62a6d2e2034b66cf9c2fce85c8b078b /tests
parent36a62f1b62150951f8dc92a05f60778a3149409f (diff)
downloadbvg-grabber-c21a35c216bbb9e4f6eadd80298a50ca148fa5f2.tar.gz
bvg-grabber-c21a35c216bbb9e4f6eadd80298a50ca148fa5f2.tar.bz2
bvg-grabber-c21a35c216bbb9e4f6eadd80298a50ca148fa5f2.zip
Update requirements
Diffstat (limited to 'tests')
-rw-r--r--tests/test_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 6db8e0d..bb79677 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -240,7 +240,6 @@ class TestDepartureDatetime(BaseTestDeparture):
class TestDeparture(BaseTestDeparture):
def test_error(self):
- self.assertRaises(ValueError, Departure, "from", "to", "when", "line")
self.assertRaises(TypeError, Departure, "from", "to", ["when"], "line")
self.assertIsInstance(Departure("from", "to", "16:15\n \t*", "line"),
Departure)