Skip to content

Commit

Permalink
Fix bug in snapshot generation (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb authored Apr 30, 2024
1 parent 8eb3f5c commit 05d8084
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def assert_linkable_element_set_snapshot_equal( # noqa: D103
(
# Checking a limited set of fields as the result is large due to the paths in the object.
linkable_metric.join_by_semantic_model.semantic_model_name,
tuple(entity_link.element_name for entity_link in linkable_entity.entity_links),
tuple(entity_link.element_name for entity_link in linkable_metric.entity_links),
linkable_metric.element_name,
"",
"",
Expand Down
Loading

0 comments on commit 05d8084

Please sign in to comment.