Skip to content

Commit

Permalink
Fix EE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Nov 17, 2023
1 parent 8717462 commit a4474ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/clickhouse/views/test/test_clickhouse_trends.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_includes_only_intervals_within_range(client: Client):
{
"action": ANY,
"breakdown_value": cohort["id"],
"label": "$pageview - test cohort",
"label": "test cohort",
"count": 3.0,
"data": [1.0, 1.0, 1.0],
# Prior to the fix this would also include '29-Aug-2021'
Expand Down

0 comments on commit a4474ff

Please sign in to comment.