Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 30, 2024
1 parent 5630b1d commit 16bcc56
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"pmtiles": "^2.11.0",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.3.0",
"posthog-js": "1.177.0",
"posthog-js": "file:.yalc/posthog-js",
"posthog-js-lite": "3.0.0",
"prettier": "^2.8.8",
"prop-types": "^15.7.2",
Expand Down
29 changes: 15 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion posthog/test/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def assertQueryMatchesSnapshot(self, query, params=None, replace_all_numbers=Fal
#### Cohort replacements
# replace cohort id lists in queries too
query = re.sub(
r"in\(([^,]+\.?cohort_id), \[\d+(, ?\d+)*\]\)",
r"in\(([^,]+\.?cohort_id), \[(\d+(, ?\d+)*)]\)",
r"in(\1, [1, 2, 3, 4, 5 /* ... */])",
query,
)
Expand Down

0 comments on commit 16bcc56

Please sign in to comment.