Skip to content

Commit

Permalink
fix for legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 15, 2024
1 parent 0e673ea commit d5c2407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_app_ocf_datapipes(
assert "10" in forecasts[0].forecast_values[0].properties

# 72 time steps in forecast
expected_forecast_timesteps = 72
expected_forecast_timesteps = 16

assert (
len(db_session.query(ForecastValueSQL).all())
Expand Down

0 comments on commit d5c2407

Please sign in to comment.