diff --git a/tests/unit/test_client.py b/tests/unit/test_client.py index 7e0ac80..d64af62 100644 --- a/tests/unit/test_client.py +++ b/tests/unit/test_client.py @@ -187,7 +187,7 @@ def test_get_connections(client): ) connections = client.get_connections( - from_stop="NANAA", to_stop="BULLFROG", time=datetime(2024, 8, 18, 17, 0) + start="NANAA", destination="BULLFROG", time=datetime(2024, 8, 18, 17, 0) ) assert isinstance(connections, list) @@ -219,7 +219,7 @@ def test_get_isolines(client): ) isolines = client.get_isolines( - from_stop="NANAA", + start="NANAA", time=datetime(2024, 8, 18, 17, 0), return_connections=True, )