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 May 14, 2024
1 parent d6398a7 commit 44bb9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_national.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_read_latest_national_values(db_session, api_client):
national_forecast_values[24].plevels["plevel_10"]
!= national_forecast_values[0].expected_power_generation_megawatts * 0.9
)
assert 'expected_power_generation_normalized' not in national_forecast_values[0].dict()
assert "expected_power_generation_normalized" not in national_forecast_values[0].dict()


def test_read_latest_national_values_creation_limit(db_session, api_client):
Expand Down

0 comments on commit 44bb9bb

Please sign in to comment.