Skip to content

Commit 46fc498

Browse files
JasonStoltzConstance
andauthored
Update x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/utils.test.ts
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
1 parent 97cbe1e commit 46fc498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning

x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('normalizeBoostValues', () => {
127127
],
128128
};
129129

130-
it('renders', () => {
130+
it('converts all value types to string for consistency', () => {
131131
expect(normalizeBoostValues(boosts)).toEqual({
132132
bar: [{ factor: 9.5, type: 'proximity' }],
133133
foo: [

0 commit comments

Comments
 (0)