Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Mar 6, 2025
1 parent 77d8e32 commit 58cb606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/contracts/graph/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def _packages_to_search(
elif current_project == node_package:
return [current_project, None]
else:
return [current_project, node_package, None]
return [node_package, current_project, None]


def _sort_values(dct):
Expand Down

0 comments on commit 58cb606

Please sign in to comment.