Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit ed5e6ca

Browse files
committed
fix
1 parent 77f47bf commit ed5e6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def gsp_yields(db_session):
228228
"""Make fake GSP data"""
229229

230230
gsp_yield_sqls = []
231-
for gsp_id in range(1,3):
231+
for gsp_id in range(1,5):
232232
gsp_sql_1: LocationSQL = Location(gsp_id=gsp_id, label="GSP_1", installed_capacity_mw=1).to_orm()
233233

234234
for hour in range(0, 8):

0 commit comments

Comments
 (0)