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 Apr 12, 2024
1 parent 06dfa32 commit 0c31742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"pageview_count",
"autocapture_count",
"duration",
"channel_type"
"$channel_type"
]
}
],
Expand Down Expand Up @@ -626,7 +626,7 @@
"type": "integer"
},
{
"key": "channel_type",
"key": "$channel_type",
"type": "string"
}
],
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"pageview_count",
"autocapture_count",
"duration",
"channel_type"
"$channel_type"
]
}
],
Expand Down Expand Up @@ -1563,7 +1563,7 @@
"type": "integer"
},
{
"key": "channel_type",
"key": "$channel_type",
"type": "string"
}
],
Expand Down

0 comments on commit 0c31742

Please sign in to comment.