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] authored and Sriram-bk committed Feb 18, 2025
1 parent 4ca7349 commit 46332c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions posthog/test/__snapshots__/test_feature_flag.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,7 @@
INNER JOIN "posthog_team" ON ("posthog_cohort"."team_id" = "posthog_team"."id")
WHERE (NOT "posthog_cohort"."deleted"
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
AND "posthog_team"."project_id" = 99999)
=======
Expand All @@ -2095,6 +2096,9 @@
AND "posthog_team"."project_id" = 523)
>>>>>>> 1743bcfe44 (Update query snapshots)
>>>>>>> 1f3262fc0c (Update query snapshots)
=======
AND "posthog_team"."project_id" = 523)
>>>>>>> ecbbdc6704 (Update query snapshots)
'''
# ---
# name: TestFeatureFlagMatcher.test_numeric_operator_with_cohorts_and_nested_cohorts.1
Expand Down Expand Up @@ -2141,6 +2145,7 @@
"posthog_grouptypemapping"."name_plural"
FROM "posthog_grouptypemapping"
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
WHERE "posthog_grouptypemapping"."project_id" = 99999
=======
Expand All @@ -2166,6 +2171,9 @@
WHERE "posthog_grouptypemapping"."project_id" = 523
>>>>>>> 1743bcfe44 (Update query snapshots)
>>>>>>> 1f3262fc0c (Update query snapshots)
=======
WHERE "posthog_grouptypemapping"."project_id" = 523
>>>>>>> ecbbdc6704 (Update query snapshots)
'''
# ---
# name: TestFeatureFlagMatcher.test_numeric_operator_with_groups_and_person_flags.1
Expand Down

0 comments on commit 46332c5

Please sign in to comment.