Skip to content

Commit e7b4fe7

Browse files
committed
Workaround tests
1 parent dc7bdf3 commit e7b4fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/MapboxMapsTests/Integration Tests/Style/StyleDSLIntegrationTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)