Skip to content

Commit ec7c645

Browse files
test(backend): update query snapshots
1 parent 9a75c67 commit ec7c645

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

posthog/temporal/tests/product_analytics/__snapshots__/test_upgrade_queries_workflow.ambr

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
OR query @? '$.** ? (
1212
@.kind == "InsightVizNode" &&
1313
(!exists(@.version) || @.version == null || @.version < 4)
14-
)'
15-
OR query @? '$.** ? (
16-
@.kind == "RetentionQuery" &&
17-
(!exists(@.version) || @.version == null || @.version < 2)
18-
)'
19-
OR query @? '$.** ? (
20-
@.kind == "StickinessQuery" &&
21-
(!exists(@.version) || @.version == null || @.version < 2)
2214
)'
2315
OR query @? '$.** ? (
2416
@.kind == "TrendsQuery" &&

0 commit comments

Comments
 (0)