Skip to content

Commit

Permalink
fix-missing-test-metadata Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed Dec 16, 2024
1 parent 6df3ba8 commit 1d3dfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt_score/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def from_node(
tests=[
Test.from_node(test)
for test in test_values
if not test.get("test_metadata", {}) # Not all tests have metadata.
if not test.get("test_metadata", {})
.get("kwargs", {})
.get("column_name")
],
Expand Down

0 comments on commit 1d3dfbd

Please sign in to comment.