diff --git a/posthog/models/filters/test/__snapshots__/test_filter.ambr b/posthog/models/filters/test/__snapshots__/test_filter.ambr index 648679a965912..a7300c5402d2c 100644 --- a/posthog/models/filters/test/__snapshots__/test_filter.ambr +++ b/posthog/models/filters/test/__snapshots__/test_filter.ambr @@ -343,7 +343,7 @@ --- # name: TestDjangoPropertiesToQ.test_person_relative_date_parsing_with_invalid_date ' - SELECT (1) AS "a" + SELECT 1 AS "a" FROM "posthog_person" INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id") WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id' @@ -354,7 +354,7 @@ --- # name: TestDjangoPropertiesToQ.test_person_relative_date_parsing_with_invalid_date.1 ' - SELECT (1) AS "a" + SELECT 1 AS "a" FROM "posthog_person" INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id") WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id'