File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ defineSuite([
657
657
658
658
expect ( scene ) . toRenderAndCall ( function ( ) {
659
659
var position = scene . pickPosition ( windowPosition ) ;
660
- expect ( position ) . toEqualEpsilon ( pickedPosition3D , CesiumMath . EPSILON7 ) ;
660
+ expect ( position ) . toEqualEpsilon ( pickedPosition3D , CesiumMath . EPSILON6 ) ;
661
661
} ) ;
662
662
} ) ;
663
663
@@ -687,7 +687,7 @@ defineSuite([
687
687
688
688
expect ( scene ) . toRenderAndCall ( function ( ) {
689
689
var position = scene . pickPosition ( windowPosition ) ;
690
- expect ( position ) . toEqualEpsilon ( pickedPosition2D , CesiumMath . EPSILON7 ) ;
690
+ expect ( position ) . toEqualEpsilon ( pickedPosition2D , CesiumMath . EPSILON6 ) ;
691
691
} ) ;
692
692
} ) ;
693
693
@@ -717,7 +717,7 @@ defineSuite([
717
717
718
718
expect ( scene ) . toRenderAndCall ( function ( ) {
719
719
var position = scene . pickPosition ( windowPosition ) ;
720
- expect ( position ) . toEqualEpsilon ( pickedPosition2D , CesiumMath . EPSILON7 ) ;
720
+ expect ( position ) . toEqualEpsilon ( pickedPosition2D , CesiumMath . EPSILON6 ) ;
721
721
} ) ;
722
722
} ) ;
723
723
You can’t perform that action at this time.
0 commit comments