diff --git a/tests/cloud_archives/pv/test_passiv.py b/tests/cloud_archives/pv/test_passiv.py index 6e9139d..6cdbe6e 100644 --- a/tests/cloud_archives/pv/test_passiv.py +++ b/tests/cloud_archives/pv/test_passiv.py @@ -4,5 +4,5 @@ def test_get_daily_passiv_data(): - start_date = datetime(2022, 1, 1, tzinfo=timezone.utc) + start_date = datetime(2024, 12, 5, tzinfo=timezone.utc) get_monthly_passiv_data(start_date, upload_to_hf=False, overwrite=True)