Skip to content

Commit

Permalink
fix search data facet test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 17, 2024
1 parent d1f94c6 commit 18a9fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("Calculate component", () => {
componentType: "Calculate",
headline: "calculateOutput",
iconKey: ComponentType.Calculate,
key: "Output (data)",
key: "Data",
title: "This is a calculate component",
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const keyFormatters: KeyMap = {
getHeadline: ({ item }) => (item.data as unknown as Calculate).formula,
},
"data.output": {
getDisplayKey: () => "Output (data)",
getDisplayKey: () => "Data",
},
// List contains data variables nested within its schema
"data.schema.fields.data.fn": {
Expand Down

0 comments on commit 18a9fd5

Please sign in to comment.