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 Aug 23, 2023
1 parent 91e2927 commit 7bc2878
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 @@ -168,7 +168,7 @@ def test_read_latest_all_gsp_historic_compact(db_session, api_client):

assert len(r) > 50
assert len(r[0].forecast_values) == 9 # dont get the national
assert r[0].forecast_values['1'] <= 13000
assert r[0].forecast_values["1"] <= 13000


@freeze_time("2022-01-01")
Expand Down

0 comments on commit 7bc2878

Please sign in to comment.