File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/MapboxMapsTests/Integration Tests/Style Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ internal class StyleDSLIntegrationTests: MapViewIntegrationTestCase {
767767
768768 let expectedSpaceColorExpression = Exp ( . interpolate) {
769769 Exp ( . exponential) {
770- 1.2
770+ 1.2000000476837158
771771 }
772772 Exp ( . zoom)
773773 5
@@ -788,7 +788,7 @@ internal class StyleDSLIntegrationTests: MapViewIntegrationTestCase {
788788
789789 let expectedHorizonBlendExpression = Exp ( . interpolate) {
790790 Exp ( . exponential) {
791- 1.2
791+ 1.2000000476837158
792792 }
793793 Exp ( . zoom)
794794 5
@@ -799,7 +799,7 @@ internal class StyleDSLIntegrationTests: MapViewIntegrationTestCase {
799799
800800 let expectedStarIntensityExpression = Exp ( . interpolate) {
801801 Exp ( . exponential) {
802- 1.2
802+ 1.2000000476837158
803803 }
804804 Exp ( . zoom)
805805 5
You can’t perform that action at this time.
0 commit comments