From 0eec9e9d7e08a8cefda5320db4933737e13c97f2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:08:05 +0000 Subject: [PATCH] Update query snapshots --- posthog/models/filters/test/__snapshots__/test_filter.ambr | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/posthog/models/filters/test/__snapshots__/test_filter.ambr b/posthog/models/filters/test/__snapshots__/test_filter.ambr index 2b65b1a00ce6f..c41568fae77f2 100644 --- a/posthog/models/filters/test/__snapshots__/test_filter.ambr +++ b/posthog/models/filters/test/__snapshots__/test_filter.ambr @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -580,5 +585,6 @@ WHERE ("posthog_persondistinctid"."person_id" = 2 AND "posthog_persondistinctid"."team_id" = 2) ORDER BY "posthog_persondistinctid"."id" ASC + LIMIT 2500 ' ---