Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mariusandra committed Feb 8, 2023
1 parent fef9463 commit 9cd96bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions posthog/queries/trends/test/__snapshots__/test_formula.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
CROSS JOIN
(SELECT breakdown_value
FROM
(SELECT [36, 0] as breakdown_value) ARRAY
(SELECT [37, 0] as breakdown_value) ARRAY
JOIN breakdown_value) as sec
ORDER BY breakdown_value,
day_start
Expand All @@ -163,7 +163,7 @@
FROM events e
INNER JOIN
(SELECT distinct_id,
36 as value
37 as value
FROM
(SELECT distinct_id,
argMax(person_id, version) as person_id
Expand Down Expand Up @@ -222,7 +222,7 @@
CROSS JOIN
(SELECT breakdown_value
FROM
(SELECT [36, 0] as breakdown_value) ARRAY
(SELECT [37, 0] as breakdown_value) ARRAY
JOIN breakdown_value) as sec
ORDER BY breakdown_value,
day_start
Expand All @@ -232,7 +232,7 @@
FROM events e
INNER JOIN
(SELECT distinct_id,
36 as value
37 as value
FROM
(SELECT distinct_id,
argMax(person_id, version) as person_id
Expand Down

0 comments on commit 9cd96bc

Please sign in to comment.