Skip to content

Commit

Permalink
update name to more generic my_model
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Jun 7, 2024
1 parent 0a7c665 commit 52126d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ class TestSpecialCharactersInSchema:

@pytest.fixture(scope="class")
def project_config_update(self):
return {"quoting": {"schema": True, "identifier": True}}
return {"quoting": {"schema": True}}

@pytest.fixture(scope="class")
def models(self):
return {
"table.sql": TABLE_BASE_SQL,
"my_model.sql": TABLE_BASE_SQL,
}

def test_schema_with_special_chars(self, project):
run_dbt(["run", "-s", "table"])
run_dbt(["run", "-s", "my_model"])

0 comments on commit 52126d2

Please sign in to comment.