diff --git a/tests/test_latest.py b/tests/test_latest.py index f160e000..3bb79a1c 100644 --- a/tests/test_latest.py +++ b/tests/test_latest.py @@ -8,4 +8,4 @@ def test_HerbieWait(): run = pd.Timestamp("now", tz="utc").replace(tzinfo=None).floor("1h") with pytest.raises(TimeoutError): - H = HerbieWait(run, model="hrrr", wait_for="5s", check_interval="1s", fxx=0) + H = HerbieWait(run, model="nam", wait_for="5s", check_interval="1s", fxx=0)