diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/relevance_tuning_logic.test.ts b/x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/relevance_tuning_logic.test.ts index 903532285a8c9..03576ec2b8d72 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/relevance_tuning_logic.test.ts +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/relevance_tuning/relevance_tuning_logic.test.ts @@ -191,9 +191,9 @@ describe('RelevanceTuningLogic', () => { describe('selectors', () => { describe('engineHasSchemaFields', () => { - it('should false if there is only a single field in a schema', () => { - // I believe this is because schemas *always* have an ID, and we don't consider that - // a tunable field + it('should return false if there is only a single field in a schema', () => { + // This is because if a schema only has a single field, it is "id", which we do not + // consider a tunable field. mount({ schema: { id: 'foo',