From ea44b5b2c9c90b399a54ee5ac3dbb64facb43c6e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:27:05 +0000 Subject: [PATCH] Update query snapshots --- .../test/__snapshots__/test_database.ambr | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/posthog/hogql/database/test/__snapshots__/test_database.ambr b/posthog/hogql/database/test/__snapshots__/test_database.ambr index 66eac3ac8e49ee..abca3ce8745ca9 100644 --- a/posthog/hogql/database/test/__snapshots__/test_database.ambr +++ b/posthog/hogql/database/test/__snapshots__/test_database.ambr @@ -236,8 +236,9 @@ "$event_count_map", "$pageview_count", "$autocapture_count", + "$channel_type", "$session_duration", - "$channel_type" + "duration" ] } ], @@ -661,13 +662,17 @@ "key": "$autocapture_count", "type": "integer" }, + { + "key": "$channel_type", + "type": "string" + }, { "key": "$session_duration", "type": "integer" }, { - "key": "$channel_type", - "type": "string" + "key": "duration", + "type": "integer" } ], "raw_session_replay_events": [ @@ -1213,8 +1218,9 @@ "$event_count_map", "$pageview_count", "$autocapture_count", + "$channel_type", "$session_duration", - "$channel_type" + "duration" ] } ], @@ -1638,13 +1644,17 @@ "key": "$autocapture_count", "type": "integer" }, + { + "key": "$channel_type", + "type": "string" + }, { "key": "$session_duration", "type": "integer" }, { - "key": "$channel_type", - "type": "string" + "key": "duration", + "type": "integer" } ], "raw_session_replay_events": [