summaryrefslogtreecommitdiff
path: root/platform/macos/test/MGLAnnotationTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/test/MGLAnnotationTests.m')
-rw-r--r--platform/macos/test/MGLAnnotationTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/test/MGLAnnotationTests.m b/platform/macos/test/MGLAnnotationTests.m
index 36a7aef9f0..9657ae0a44 100644
--- a/platform/macos/test/MGLAnnotationTests.m
+++ b/platform/macos/test/MGLAnnotationTests.m
@@ -11,7 +11,7 @@
- (void)setUp
{
[super setUp];
- _mapView = [[MGLMapView alloc] initWithFrame:CGRectMake(0, 0, 64, 64)];
+ _mapView = [[MGLMapView alloc] initWithFrame:CGRectMake(0, 0, 256, 256)];
_mapView.delegate = self;
}