Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 25, 2023
1 parent 215fda4 commit a4f0b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functional/adapter/persist_docs/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
models:
- name: view_delta_model
description: |
Incremental model description "with double quotes"
View model description "with double quotes"
and with 'single quotes' as welll as other;
'''abc123'''
reserved -- characters
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/adapter/persist_docs/test_persist_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_delta_comments(self, project):
if result[0] == "id":
assert result[2].startswith("id Column description")
if result[0] == "count":
self.assertEqual(result[2], "")
assert result[2] is None


@pytest.mark.skip_profile("apache_spark", "spark_session")
Expand Down

0 comments on commit a4f0b0c

Please sign in to comment.