Skip to content

Commit

Permalink
Fix minute test percentage diff
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 6, 2023
1 parent 53f0543 commit 755f4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/maps/group1/sample_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function ({ getPageObjects, getService, updateBaselines }) {
'flights_map',
updateBaselines
);
expect(percentDifference).to.be.lessThan(0.02);
expect(percentDifference).to.be.lessThan(0.022);
});
});

Expand All @@ -138,7 +138,7 @@ export default function ({ getPageObjects, getService, updateBaselines }) {
'web_logs_map',
updateBaselines
);
expect(percentDifference).to.be.lessThan(0.02);
expect(percentDifference).to.be.lessThan(0.022);
});
});
});
Expand Down

0 comments on commit 755f4ab

Please sign in to comment.