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 Nov 6, 2023
1 parent d89468e commit 0eec9e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions posthog/models/filters/test/__snapshots__/test_filter.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
WHERE ("posthog_persondistinctid"."person_id" = 2
AND "posthog_persondistinctid"."team_id" = 2)
ORDER BY "posthog_persondistinctid"."id" ASC
LIMIT 2500
'
---
# name: TestDjangoPropertyGroupToQ.test_property_group_to_q_with_cohorts
Expand Down Expand Up @@ -367,6 +368,7 @@
WHERE ("posthog_persondistinctid"."person_id" = 2
AND "posthog_persondistinctid"."team_id" = 2)
ORDER BY "posthog_persondistinctid"."id" ASC
LIMIT 2500
'
---
# name: TestDjangoPropertyGroupToQ.test_property_group_to_q_with_cohorts.3
Expand All @@ -376,6 +378,7 @@
WHERE ("posthog_persondistinctid"."person_id" = 2
AND "posthog_persondistinctid"."team_id" = 2)
ORDER BY "posthog_persondistinctid"."id" ASC
LIMIT 2500
'
---
# name: TestDjangoPropertyGroupToQ.test_property_group_to_q_with_cohorts_no_match
Expand Down Expand Up @@ -439,6 +442,7 @@
WHERE ("posthog_persondistinctid"."person_id" = 2
AND "posthog_persondistinctid"."team_id" = 2)
ORDER BY "posthog_persondistinctid"."id" ASC
LIMIT 2500
'
---
# name: TestDjangoPropertyGroupToQ.test_property_group_to_q_with_negation_cohorts
Expand Down Expand Up @@ -571,6 +575,7 @@
WHERE ("posthog_persondistinctid"."person_id" = 2
AND "posthog_persondistinctid"."team_id" = 2)
ORDER BY "posthog_persondistinctid"."id" ASC
LIMIT 2500
'
---
# name: TestDjangoPropertyGroupToQ.test_property_group_to_q_with_negation_cohorts.6
Expand All @@ -580,5 +585,6 @@
WHERE ("posthog_persondistinctid"."person_id" = 2
AND "posthog_persondistinctid"."team_id" = 2)
ORDER BY "posthog_persondistinctid"."id" ASC
LIMIT 2500
'
---

0 comments on commit 0eec9e9

Please sign in to comment.