Skip to content

Commit

Permalink
fixed jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jun 16, 2021
1 parent f5cc728 commit 65c0390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/fleet/public/search_provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Package search provider', () => {
).toBe('--(a|)', {
a: [
{
id: 'test',
id: 'test-test',
score: 80,
title: 'test',
type: 'package',
Expand All @@ -97,7 +97,7 @@ describe('Package search provider', () => {
},
},
{
id: 'test1',
id: 'test1-test1',
score: 80,
title: 'test1',
type: 'package',
Expand Down Expand Up @@ -170,7 +170,7 @@ describe('Package search provider', () => {
).toBe('--(a|)', {
a: [
{
id: 'test',
id: 'test-test',
score: 80,
title: 'test',
type: 'package',
Expand Down

0 comments on commit 65c0390

Please sign in to comment.