Skip to content

Commit

Permalink
Fix null lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Dec 7, 2023
1 parent 941afe7 commit a2cf4b2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ use query_engine_tests::*;
mod null_list {
use query_engine_tests::{fmt_query_raw, run_query, run_query_pretty};

#[connector_test(schema(common_list_types), exclude(Postgres("pg.js.wasm", "neon.js.wasm"),))]
#[connector_test(
schema(common_list_types),
only(Postgres),
exclude(Postgres("pg.js.wasm", "neon.js.wasm"),)
)]
async fn null_scalar_lists(runner: Runner) -> TestResult<()> {
run_query!(
&runner,
Expand Down

0 comments on commit a2cf4b2

Please sign in to comment.