Skip to content

Commit

Permalink
fix some silly test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Nov 20, 2024
1 parent 5d3c182 commit 04d1673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_usgs_data_is_recent(live_app, now):
df = get_live_usgs_data()
last_timestamp = df["time"].iloc[-1]
time_difference = now - last_timestamp
assert time_difference < pd.Timedelta(hours=2)
assert time_difference < pd.Timedelta(hours=12)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 04d1673

Please sign in to comment.