Fix typo in col name, move test to generic test

This commit is contained in:
Pablo Martin 2023-11-02 18:24:30 +01:00
parent c2f2739e7e
commit 045ce1ec45
5 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,8 @@
{% test positive_value(model, column_name) %}
SELECT
*
FROM
{{ model }}
WHERE
{{ column_name }} < 1
{% endtest %}