Skip to content

Commit

Permalink
tidy: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
devmessias committed Oct 21, 2024
1 parent 7506176 commit df6a9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/parser/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def parse_unit_test_case(self, test_case: UnitTestDefinition):
if original_input_node.latest_version:
input_node.latest_version = original_input_node.latest_version

Check warning on line 166 in core/dbt/parser/unit_tests.py

View check run for this annotation

Codecov / codecov/patch

core/dbt/parser/unit_tests.py#L165-L166

Added lines #L165 - L166 were not covered by tests

elif original_input_node.resource_type == NodeType.Source:
elif resource_type == NodeType.Source:

Check warning on line 168 in core/dbt/parser/unit_tests.py

View check run for this annotation

Codecov / codecov/patch

core/dbt/parser/unit_tests.py#L168

Added line #L168 was not covered by tests
# We are reusing the database/schema/identifier from the original source,
# but that shouldn't matter since this acts as an ephemeral model which just
# wraps a CTE around the unit test node.
Expand Down

0 comments on commit df6a9ad

Please sign in to comment.