Skip to content

Commit 8848d02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 08b0b45 commit 8848d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/read/test_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_get_forecast_values_latest_gsp_id(db_session):
155155
),
156156
ForecastValueLatestSQL(
157157
gsp_id=1, expected_power_generation_megawatts=1, target_time=datetime(2022, 1, 1, 0, 30)
158-
)
158+
),
159159
]
160160
db_session.add_all(f1)
161161
assert len(db_session.query(ForecastValueLatestSQL).all()) == 2

0 commit comments

Comments
 (0)