Skip to content

Commit

Permalink
test: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Mar 5, 2020
1 parent 57cea75 commit c1043c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x-pack/test/api_integration/apis/lens/field_stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default ({ getService }: FtrProviderContext) => {
key: 1999,
},
{
count: 885,
count: 886,
key: 3998,
},
{
Expand Down Expand Up @@ -139,6 +139,10 @@ export default ({ getService }: FtrProviderContext) => {
count: 5,
key: 3954,
},
{
count: 5,
key: 5846,
},
{
count: 5,
key: 6497,
Expand All @@ -159,10 +163,6 @@ export default ({ getService }: FtrProviderContext) => {
count: 4,
key: 4669,
},
{
count: 4,
key: 5846,
},
{
count: 4,
key: 5863,
Expand Down

0 comments on commit c1043c2

Please sign in to comment.