Skip to content

Commit 4d29924

Browse files
committed
Update pickPosition test epsilons.
1 parent 63424c3 commit 4d29924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Specs/Scene/SceneSpec.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ defineSuite([
657657

658658
expect(scene).toRenderAndCall(function() {
659659
var position = scene.pickPosition(windowPosition);
660-
expect(position).toEqualEpsilon(pickedPosition3D, CesiumMath.EPSILON7);
660+
expect(position).toEqualEpsilon(pickedPosition3D, CesiumMath.EPSILON6);
661661
});
662662
});
663663

@@ -687,7 +687,7 @@ defineSuite([
687687

688688
expect(scene).toRenderAndCall(function() {
689689
var position = scene.pickPosition(windowPosition);
690-
expect(position).toEqualEpsilon(pickedPosition2D, CesiumMath.EPSILON7);
690+
expect(position).toEqualEpsilon(pickedPosition2D, CesiumMath.EPSILON6);
691691
});
692692
});
693693

@@ -717,7 +717,7 @@ defineSuite([
717717

718718
expect(scene).toRenderAndCall(function() {
719719
var position = scene.pickPosition(windowPosition);
720-
expect(position).toEqualEpsilon(pickedPosition2D, CesiumMath.EPSILON7);
720+
expect(position).toEqualEpsilon(pickedPosition2D, CesiumMath.EPSILON6);
721721
});
722722
});
723723

0 commit comments

Comments
 (0)