Skip to content

Commit e96e177

Browse files
committed
Merge branch 'issue/read-forecast-read-latest' of github.com:openclimatefix/nowcasting_datamodel into issue/read-forecast-read-latest
2 parents 5659a9d + 8848d02 commit e96e177

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)