Skip to content

Commit

Permalink
fix: update old test
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Dec 28, 2023
1 parent a6a22ef commit e0f9419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/tests/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_collect_power(db, app, query_start, query_end, num_values, setup_test_d
data = TimedBelief.query.filter(TimedBelief.sensor_id == wind_device_1.id).all()
print(data)
bdf: tb.BeliefsDataFrame = TimedBelief.search(
wind_device_1.name,
wind_device_1,
event_starts_after=query_start,
event_ends_before=query_end,
)
Expand Down

0 comments on commit e0f9419

Please sign in to comment.