Skip to content

Commit

Permalink
Update test_datafetcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flamancini authored Jan 24, 2025
1 parent 23d5204 commit 94a013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_datafetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_build_station_list():

# Find station 'Cam'
for station in stations:
if station.name == 'Cam':
if station.name == 'Bridgnorth':
station_cam = station
break

Expand Down

0 comments on commit 94a013a

Please sign in to comment.