Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Aug 4, 2020
1 parent c66f0fc commit 86dc30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/lens/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default ({ getService }: FtrProviderContext) => {
bar_stacked: 1,
lnsPie: 1,
});
expect(results.saved_overall_total).to.eql(2);
expect(results.saved_overall_total).to.eql(3);

await esArchiver.unload('lens/basic');
});
Expand Down

0 comments on commit 86dc30a

Please sign in to comment.