Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2025
1 parent eb4260a commit e417a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_gsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_read_latest_all_gsp_filter_gsp(db_session, api_client):

r = ManyForecasts(**response.json())
assert len(r.forecasts) == 3
assert 16 <= len(r.forecasts[0].forecast_values) <= 17
assert 16 <= len(r.forecasts[0].forecast_values) <= 17


def test_read_latest_gsp_id_greater_than_total(db_session, api_client):
Expand Down

0 comments on commit e417a9e

Please sign in to comment.