summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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)