From c1043c2be63f3afb66cd882aa38a3dc393eba3a6 Mon Sep 17 00:00:00 2001 From: Marta Bondyra Date: Thu, 5 Mar 2020 22:38:29 +0100 Subject: [PATCH] test: fixes --- x-pack/test/api_integration/apis/lens/field_stats.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x-pack/test/api_integration/apis/lens/field_stats.ts b/x-pack/test/api_integration/apis/lens/field_stats.ts index ec99eb47442be..2a5149584b34e 100644 --- a/x-pack/test/api_integration/apis/lens/field_stats.ts +++ b/x-pack/test/api_integration/apis/lens/field_stats.ts @@ -96,7 +96,7 @@ export default ({ getService }: FtrProviderContext) => { key: 1999, }, { - count: 885, + count: 886, key: 3998, }, { @@ -139,6 +139,10 @@ export default ({ getService }: FtrProviderContext) => { count: 5, key: 3954, }, + { + count: 5, + key: 5846, + }, { count: 5, key: 6497, @@ -159,10 +163,6 @@ export default ({ getService }: FtrProviderContext) => { count: 4, key: 4669, }, - { - count: 4, - key: 5846, - }, { count: 4, key: 5863,