Skip to content

Commit

Permalink
max(max_steps) snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Nov 15, 2024
1 parent 356b3ff commit 53b18c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/hogql_queries/insights/funnels/test/test_funnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4692,7 +4692,7 @@ def test_smoke(self):
aggregation_target,
steps
HAVING
equals(steps, max_steps)
equals(steps, max(max_steps))
LIMIT 100""",
)

Expand Down Expand Up @@ -4763,6 +4763,6 @@ def test_smoke(self):
aggregation_target,
steps
HAVING
equals(steps, max_steps))
equals(steps, max(max_steps)))
LIMIT 100""",
)

0 comments on commit 53b18c6

Please sign in to comment.