From 65c03906ede670b7a8812a2e2fddd6bdce5e6cb0 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Wed, 16 Jun 2021 14:46:08 +0200 Subject: [PATCH] fixed jest tests --- x-pack/plugins/fleet/public/search_provider.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/fleet/public/search_provider.test.ts b/x-pack/plugins/fleet/public/search_provider.test.ts index 8e6eea3f43c2af..fa2e8508c938ef 100644 --- a/x-pack/plugins/fleet/public/search_provider.test.ts +++ b/x-pack/plugins/fleet/public/search_provider.test.ts @@ -87,7 +87,7 @@ describe('Package search provider', () => { ).toBe('--(a|)', { a: [ { - id: 'test', + id: 'test-test', score: 80, title: 'test', type: 'package', @@ -97,7 +97,7 @@ describe('Package search provider', () => { }, }, { - id: 'test1', + id: 'test1-test1', score: 80, title: 'test1', type: 'package', @@ -170,7 +170,7 @@ describe('Package search provider', () => { ).toBe('--(a|)', { a: [ { - id: 'test', + id: 'test-test', score: 80, title: 'test', type: 'package',