Skip to content

Commit

Permalink
fix docs_generate test
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jun 18, 2024
1 parent ab51351 commit 2f4510b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def expected_catalog_my_seed(self, project, current_role):
)

@pytest.fixture(scope="class")
def expected_catalog_my_model(self, project, current_role):
def expected_catalog_my_view_model(self, project, current_role):
return CatalogTable(
metadata=TableMetadata(
type=SnowflakeRelationType.View,
Expand Down Expand Up @@ -163,6 +163,8 @@ def expected_catalog(self, project, get_role):
time_type="TIMESTAMP_NTZ",
view_type="VIEW",
table_type="BASE TABLE",
model_stats=no_stats(),
seed_stats=snowflake_stats(),
case=lambda x: x.upper(),
case_columns=False,
)

0 comments on commit 2f4510b

Please sign in to comment.