Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jul 8, 2024
1 parent 350cbf9 commit 6b1774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/shared_tests/test_persist_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class TestPersistDocsWithMaterializedView(BasePersistDocs):
@pytest.fixture(scope="class", autouse=True)
def seeds(self):
return {"my_seed.csv": files.MY_SEED}

@pytest.fixture(scope="class")
def models(self):
return {
Expand All @@ -62,4 +63,3 @@ def test_has_comments_pglike(self, project):
assert len(catalog_data["nodes"]) == 2
view_node = catalog_data["nodes"]["model.test.my_materialized_view"]
assert view_node["metadata"]["comment"].startswith("Materialized view model description")

0 comments on commit 6b1774b

Please sign in to comment.