diff --git a/tests/integration/fuzz/mod.rs b/tests/integration/fuzz/mod.rs index 5c31c0a20..f6221265d 100644 --- a/tests/integration/fuzz/mod.rs +++ b/tests/integration/fuzz/mod.rs @@ -584,7 +584,7 @@ mod tests { )); } - const COMPOUND_OPERATORS: [&str; 2] = [" UNION ALL ", " UNION "]; + const COMPOUND_OPERATORS: [&str; 3] = [" UNION ALL ", " UNION ", " INTERSECT "]; let mut query = String::new(); for (i, select_statement) in select_statements.iter().enumerate() {