Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent d610de9 commit 7307b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posthog/hogql/test/__snapshots__/test_query.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
FROM (
SELECT count(*) AS count, event
FROM events
WHERE equals(properties.random_uuid, '016f8cc0-2400-0000-7185-a8de7ee765de')
WHERE equals(properties.random_uuid, '016f8cc0-2400-0000-7edb-85200962e996')
GROUP BY event) AS c
GROUP BY count, event
LIMIT 100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
WHERE equals(cohort_id, 1)
GROUP BY person_id, cohort_id, version
HAVING greater(sum(sign), 0)) AS in_cohort__1 ON equals(in_cohort__1.person_id, person_id)
WHERE and(equals(in_cohort__1.matched, 1), equals(event, '018c6a7c-cb74-0000-7c5f-8da55f86b09a'))
WHERE and(equals(in_cohort__1.matched, 1), equals(event, '018c6a89-f171-0000-daf9-874025e6c42e'))
LIMIT 100
'
---
Expand Down

0 comments on commit 7307b02

Please sign in to comment.