Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Oct 22, 2021
1 parent fe50126 commit 9e72403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% macro postgress__get_columns_in_relation(relation) %}
{% macro postgres__get_columns_in_relation(relation) %}
{{ return('a string') }}
{% endmacro %}
2 changes: 1 addition & 1 deletion test/integration/016_macro_tests/test_macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def schema(self):

@property
def models(self):
return 'override-get-columns-models'
return 'override-postgres-get-columns-models'

@property
def project_config(self):
Expand Down

0 comments on commit 9e72403

Please sign in to comment.