Skip to content

Commit

Permalink
fix typos in 035_docs_blocks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Sep 1, 2020
1 parent b062b46 commit 5e2329d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/035_docs_blocks/test_docs_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_postgres_valid_doc_ref(self):
'description': "The user's first name",
'data_type': None,
'meta': {},
'qoute': None,
'quote': None,
'tags': [],
},
model_data['columns']['first_name']
Expand Down Expand Up @@ -100,7 +100,7 @@ def test_postgres_alternative_docs_path(self):
'description': "The user's first name",
'data_type': None,
'meta': {},
'quote': None
'quote': None,
'tags': [],
},
model_data['columns']['first_name']
Expand All @@ -112,7 +112,7 @@ def test_postgres_alternative_docs_path(self):
'description': "The user's last name in this other file",
'data_type': None,
'meta': {},
'quote': None
'quote': None,
'tags': [],
},
model_data['columns']['last_name']
Expand Down

0 comments on commit 5e2329d

Please sign in to comment.