Skip to content

Commit

Permalink
Fix: Typo (astronomer#917)
Browse files Browse the repository at this point in the history
it is `has_test` property instead of `has_text`
  • Loading branch information
SiddiqueAhmad authored and arojasb3 committed Jul 14, 2024
1 parent c654123 commit 24edcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/dbt/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def load_from_dbt_manifest(self) -> None:

def update_node_dependency(self) -> None:
"""
This will update the property `has_text` if node has `dbt` test
This will update the property `has_test` if node has `dbt` test
Updates in-place:
* self.filtered_nodes
Expand Down

0 comments on commit 24edcb0

Please sign in to comment.