Skip to content

Commit 23cf777

Browse files
committed
style(clickhouse): apply oxfmt formatting to mixed-type array test
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AaChyhestFMBYBWh6bgcCF
1 parent b72de5c commit 23cf777

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal-packages/clickhouse/src/taskRuns.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ describe("Task Runs V2", () => {
242242
// round-trips the mixed-type array back out as JSON regardless of the internal storage type.
243243
const query = client.query({
244244
name: "query-task-runs-mixed",
245-
query: "SELECT run_id, output_text FROM trigger_dev.task_runs_v2 WHERE run_id = {run_id: String}",
245+
query:
246+
"SELECT run_id, output_text FROM trigger_dev.task_runs_v2 WHERE run_id = {run_id: String}",
246247
schema: z.object({
247248
run_id: z.string(),
248249
output_text: z.string(),

0 commit comments

Comments
 (0)