Skip to content

Commit

Permalink
Update table param
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Oct 23, 2024
1 parent 8a09e6c commit 37de99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flowmachine/tests/test_redacted_total_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_all_above_threshold_hour_bucket(get_dataframe):
"2016-01-02",
spatial_unit=make_spatial_unit("cell"),
interval="hour",
table=["events.calls"],
table=["calls"],
)
)

Expand All @@ -67,7 +67,7 @@ def test_all_above_threshold_minute_bucket(get_dataframe):
"2016-01-01 13:00",
spatial_unit=make_spatial_unit("cell"),
interval="min",
table=["events.calls"],
table=["calls"],
)
)

Expand Down

0 comments on commit 37de99e

Please sign in to comment.