Skip to content

Commit

Permalink
pass array literal
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Nov 7, 2024
1 parent e3793a2 commit ae7ed58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/src/databases/all/composite-atomic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe.each(runtimes.runtimeList)(
const evens = 'duckdb.sql("SELECT [2,4] as evens")';
test('array literal', async () => {
await expect(`
# test.debug
run: duckdb.sql("SELECT 1 AS row") -> { select: odds is [1,3] }
`).malloyResultMatches(runtime, {odds: [1, 3]});
});
Expand Down

0 comments on commit ae7ed58

Please sign in to comment.