Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Dec 4, 2024
1 parent 64f9195 commit 95a0cf0
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 95a0cf0

Please sign in to comment.