Skip to content

Commit

Permalink
FIX: NAV-145 - More test adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
clukas1 committed Aug 20, 2024
1 parent 4729832 commit ffbd13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
)
Expand Down

0 comments on commit ffbd13a

Please sign in to comment.