Skip to content

Commit

Permalink
add test fixture to view test
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 25, 2023
1 parent bd3edd6 commit b2b0c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/adapter/persist_docs/test_persist_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class TestPersistDocsDeltaView:
@pytest.fixture(scope="class")
def models(self):
return {
"table_delta_model.sql": _MODELS__TABLE_DELTA_MODEL,
"view_delta_model.sql": _MODELS__VIEW_DELTA_MODEL,
"schema.yml": _PROPERTIES__MODELS,
}
Expand Down

0 comments on commit b2b0c40

Please sign in to comment.