Skip to content

Commit

Permalink
CT-2757: Fix unit test which broke due to merge issues (#7978)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb authored Jun 28, 2023
1 parent 2e7c968 commit 1af94de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_semantic_model_deleted_partial_parsing(self, project):
runner = dbtRunner()
result = runner.invoke(["parse"])
assert result.success
assert "semanticmodel.test.revenue" in result.result.semantic_models
assert "semantic_model.test.revenue" in result.result.semantic_models

# Next, modify the default schema.yml to remove the semantic model.
write_file(schema_without_semantic_model_yml, project.project_root, "models", "schema.yml")
Expand Down

0 comments on commit 1af94de

Please sign in to comment.