Skip to content

Commit

Permalink
Fix bug in snapshot generation
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Apr 17, 2024
1 parent e43ed21 commit 04a90a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def assert_linkable_element_set_snapshot_equal( # noqa: D103
if linkable_metric.join_by_semantic_model
else ""
),
tuple(entity_link.element_name for entity_link in linkable_entity.entity_links),
tuple(entity_link.element_name for entity_link in linkable_metric.join_path.entity_links),
linkable_metric.element_name,
"",
"",
Expand Down

0 comments on commit 04a90a6

Please sign in to comment.