summaryrefslogtreecommitdiff
path: root/test/style/property_expression.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/property_expression.test.cpp')
-rw-r--r--test/style/property_expression.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/property_expression.test.cpp b/test/style/property_expression.test.cpp
index aecbec18e3..faa59025b0 100644
--- a/test/style/property_expression.test.cpp
+++ b/test/style/property_expression.test.cpp
@@ -800,7 +800,7 @@ TEST(PropertyExpression, DistanceExpression) {
const auto multiPolygonFeature = getFeature("multi_polygon_2.geojson", FeatureType::Polygon, canonicalTileID);
auto evaluatedResult = propExpr.evaluate(
EvaluationContext(&multiPolygonFeature).withCanonicalTileID(&canonicalTileID), invalidResult);
- EXPECT_NEAR(41.632, evaluatedResult, 0.01);
+ EXPECT_NEAR(21.446, evaluatedResult, 0.01);
}
// Evaluation test with LineString/Polygon to Polygon distance with special cases