aboutsummaryrefslogtreecommitdiff
path: root/tests/analyser_query_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/analyser_query_test.ml')
-rw-r--r--tests/analyser_query_test.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/analyser_query_test.ml b/tests/analyser_query_test.ml
index fd8914b..ed89623 100644
--- a/tests/analyser_query_test.ml
+++ b/tests/analyser_query_test.ml
@@ -248,7 +248,7 @@ FROM 'source' AS 'source'
LEFT JOIN 'other' AS 'other' ON rtrim(upper('source'.'col_1')) = 'other'.'key_other'
LEFT JOIN 'last' AS 'last_file' ON rtrim(upper('other'.'col_1')) = 'last_file'.'key_last_file'
INNER JOIN 'filter0' ON filter0.id = source.id
-WHERE COALESCE('source'.'col_3',0)=0 AND filter0.group_function|}
+WHERE (COALESCE('source'.'col_3',0)=0) AND filter0.group_function|}
in
Alcotest.check Alcotest.string "" expected contents.q