Skip to content

Commit

Permalink
Merge pull request #79 from openclimatefix/update-url
Browse files Browse the repository at this point in the history
update to use sheffield_solar_static_data/table_data
  • Loading branch information
peterdudfield authored Dec 4, 2024
2 parents 1b20637 + 95a0cf0 commit 9d83b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/intergration/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def test_app_ss(db_connection, filename_solar_sheffield, sites):

# make sure there valyes in the generation table too
pv_yields = session.query(GenerationSQL).all()
assert len(pv_yields) >= 9
assert len(pv_yields) >= 8

0 comments on commit 9d83b1a

Please sign in to comment.