Skip to content

Commit

Permalink
fix composite test for duckdb_wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Nov 27, 2024
1 parent c481583 commit bab890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/databases/all/compound-atomic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe.each(runtimes.runtimeList)(
// this is just a standin for "unknown function"
const arrayLen = {
'duckdb': 'LEN',
'duckdb-wasm': 'LEN',
'duckdb_wasm': 'LEN',
'motherduck': 'LEN',
'bigquery': 'ARRAY_LENGTH',
'postgres': 'ARRAY_LENGTH',
Expand Down

0 comments on commit bab890a

Please sign in to comment.