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 15, 2023
1 parent e4f0e38 commit 7e2351d
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-1fe4-87d5a430e69f')
WHERE equals(properties.random_uuid, '016f8cc0-2400-0000-990d-f7a283223825')
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, '018c6c7e-e8e6-0000-fb2e-a168e0648f79'))
WHERE and(equals(in_cohort__1.matched, 1), equals(event, '018c6c8b-3eed-0000-5b69-33f85d5aa7b8'))
LIMIT 100
'
---
Expand Down

0 comments on commit 7e2351d

Please sign in to comment.