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 585e9ed commit 4824689
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions posthog/api/test/__snapshots__/test_cohort.ambr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: TestCohort.test_async_deletion_of_cohort
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
/* user_id:116 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -10,7 +10,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.1
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
/* user_id:116 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
INSERT INTO cohortpeople
SELECT id,
2 as cohort_id,
Expand Down Expand Up @@ -83,7 +83,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.2
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
/* user_id:116 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -93,7 +93,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.3
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */
/* user_id:116 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */
SELECT count()
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -103,7 +103,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.4
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
/* user_id:116 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -113,7 +113,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.5
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
/* user_id:116 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
INSERT INTO cohortpeople
SELECT id,
2 as cohort_id,
Expand Down Expand Up @@ -147,7 +147,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.6
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
/* user_id:116 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */
SELECT count(DISTINCT person_id)
FROM cohortpeople
WHERE team_id = 2
Expand All @@ -157,7 +157,7 @@
---
# name: TestCohort.test_async_deletion_of_cohort.7
'
/* user_id:115 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */
/* user_id:116 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */
SELECT count()
FROM cohortpeople
WHERE team_id = 2
Expand Down

0 comments on commit 4824689

Please sign in to comment.