Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/quickbooks004/tests/check_if_models_use_xr_var.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{% if "using_exchange_rate" in raw_sql %}
select 'none' as error_message where false union all
{% else %}
select 'using_department is in {{ table_name }} should not be' as error_message union all
select 'using_exchange_rate is not in {{ table_name }}' as error_message union all
{% endif %}

{% endfor %}
Expand Down