Skip to content

Commit

Permalink
fixing tests from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
samshuster committed Mar 6, 2020
1 parent 547dfd8 commit 490e9a7
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
Expand Up @@ -154,7 +154,7 @@ def test_loading_with_list_of_objects(self):
'"column_names": ["test_col1", "test_col2"], "name": "test_table", '
'"last_updated_timestamp": 123456789, "display_name": "test_schema.test_table", '
'"description": "test_description", "unique_usage": 5, "total_usage": 10, '
'"tags": ["test_tag1", "test_tag2"], "programmatic_descriptions":["test"],
'"tags": ["test_tag1", "test_tag2"], "programmatic_descriptions":["test"], '
'"badges": ["badge1"]}')
] * 5

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/models/test_table_elasticsearch_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_to_json(self):
"total_usage": 100,
"unique_usage": 10,
"tags": ["test"],
"programmatic_descriptions": ['test']
"programmatic_descriptions": ['test'],
"badges": ["badge1"]
}

Expand Down

0 comments on commit 490e9a7

Please sign in to comment.