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 Jan 26, 2024
1 parent e9d3905 commit 2c7702d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/models/filters/test/__snapshots__/test_filter.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id")
WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id'
AND "posthog_person"."team_id" = 2
AND "posthog_person"."id" = -1)
AND ("posthog_person"."properties" -> 'created_at') > '["2m", "3d"]')
LIMIT 1
'''
# ---
Expand All @@ -370,7 +370,7 @@
INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id")
WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id'
AND "posthog_person"."team_id" = 2
AND "posthog_person"."id" = -1)
AND ("posthog_person"."properties" -> 'created_at') > '"bazinga"')
LIMIT 1
'''
# ---
Expand Down

0 comments on commit 2c7702d

Please sign in to comment.