From e9b99a52334d4bd6bf6fc8d259fc59c4d1b03166 Mon Sep 17 00:00:00 2001 From: zmiao Date: Tue, 24 Mar 2020 14:29:35 +0200 Subject: Address review finding Remove unncessary condition check --- test/style/property_expression.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/style/property_expression.test.cpp b/test/style/property_expression.test.cpp index 558ce4e685..570ba4a6f3 100644 --- a/test/style/property_expression.test.cpp +++ b/test/style/property_expression.test.cpp @@ -390,7 +390,7 @@ TEST(PropertyExpression, WithinExpression) { } } -TEST(PropertyExpression, WithinExpressionAntiMeridain) { +TEST(PropertyExpression, WithinExpressionAntiMeridian) { CanonicalTileID canonicalTileID(0, 0, 0); // evaluation test with line geometries -- cgit v1.2.1