Skip to content

Commit

Permalink
Fix incorrect variable naming in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdu558 committed Jul 26, 2024
1 parent 1f47ffc commit 8177991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ndbc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_fetch_ndbc_station_data():
This test will attempt to get data for a single station.
"""
dataframes = ndbc.fetch_ndbc_station(
station_ids="SRST2",
station_id="SRST2",
mode="stdmet",
# test that both formats work
start_date=datetime.date(2023, 1, 1),
Expand Down

0 comments on commit 8177991

Please sign in to comment.