Skip to content

Commit

Permalink
use in-place operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandoro committed Oct 26, 2023
1 parent a4c9341 commit f030c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/dbt/parser/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _handle_config_file(self, path: Path) -> None:
continue
# tests
model_tests = self._extract_model_tests(model_name, model_config, path)
self.tests.update(model_tests)
self.tests |= model_tests

# config_selectors
if model_name not in self.models:
Expand Down

0 comments on commit f030c47

Please sign in to comment.