Skip to content

Commit

Permalink
Merge remote-tracking branch 'noaa/develop' into openaq
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Oct 26, 2023
2 parents cb000b5 + 0b7c45f commit 8284707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_airnow.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ def test_add_data_daily():
"date",
[
pd.Timestamp("2021/07/01"),
pd.Timestamp.now().floor("D"),
pd.Timestamp.now().floor("D") - pd.Timedelta(days=1),
],
ids=[
"2021/07/01 (historical)",
"current date",
"yesterday",
],
)
def test_check_zero_utc_offsets(date, bad_utcoffset):
Expand Down

0 comments on commit 8284707

Please sign in to comment.