Skip to content

Commit

Permalink
fix test by adding new stations
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Dec 26, 2024
1 parent 81818b1 commit b63f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auxiliar.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def test_station():

s = await stations.get(40.6405, -8.6538)

assert len(s) == 197
assert len(s) == 216
assert s[0] == Station(
1210702, "Aveiro (Universidade)", (40.63529722, -8.65958333)
)
Expand Down

0 comments on commit b63f039

Please sign in to comment.