diff --git a/integration_tests/tests/jinja_helpers/test_slugify.sql b/integration_tests/tests/jinja_helpers/test_slugify.sql index 7c18b6bc..c0839f59 100644 --- a/integration_tests/tests/jinja_helpers/test_slugify.sql +++ b/integration_tests/tests/jinja_helpers/test_slugify.sql @@ -3,5 +3,5 @@ select 1 as col_name {{ limit_zero() }} {% else %} {# Return >0 rows for the test to fail #} - select 1 + select 1 as col_name {% endif %}