Skip to content

Commit a5c33d4

Browse files
committed
update functional test expect
1 parent 4052774 commit a5c33d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/functional/apps/maps/documents_source/search_hits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function ({ getPageObjects, getService }) {
103103
await PageObjects.maps.setView(-15, -100, 6);
104104
await PageObjects.maps.clickFitToBounds('logstash');
105105
const { lat, lon, zoom } = await PageObjects.maps.getView();
106-
expect(Math.round(lat)).to.equal(42);
106+
expect(Math.round(lat)).to.equal(43);
107107
expect(Math.round(lon)).to.equal(-102);
108108
expect(Math.round(zoom)).to.equal(5);
109109
});

0 commit comments

Comments
 (0)