Skip to content

Commit

Permalink
Run tests with data from 2024 season onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel authored Jan 9, 2025
1 parent dee5737 commit 8639ce9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from tap_f1.tap import TapF1

SAMPLE_CONFIG = {
# latest GP with a sprint race: https://www.formula1.com/en/racing/2023/Brazil.html
"start_date": date(2023, 11, 5).isoformat(),
"start_date": date(2024, 1, 1).isoformat(),
}


Expand Down

0 comments on commit 8639ce9

Please sign in to comment.