summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLGeometryTests.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/test/MGLGeometryTests.mm')
-rw-r--r--platform/darwin/test/MGLGeometryTests.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/darwin/test/MGLGeometryTests.mm b/platform/darwin/test/MGLGeometryTests.mm
index d86f7baff4..448145157d 100644
--- a/platform/darwin/test/MGLGeometryTests.mm
+++ b/platform/darwin/test/MGLGeometryTests.mm
@@ -79,9 +79,9 @@
}
- (void)testCoordinateInCoordinateBounds {
- CLLocationCoordinate2D ne = CLLocationCoordinate2DMake(41, -111);
- CLLocationCoordinate2D sw = CLLocationCoordinate2DMake(45, -104);
- MGLCoordinateBounds wyoming = MGLCoordinateBoundsMake(ne, sw);
+ CLLocationCoordinate2D ne = CLLocationCoordinate2DMake(45, -104);
+ CLLocationCoordinate2D sw = CLLocationCoordinate2DMake(41, -111);
+ MGLCoordinateBounds wyoming = MGLCoordinateBoundsMake(sw, ne);
CLLocationCoordinate2D centerOfWyoming = CLLocationCoordinate2DMake(43, -107.5);