summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ios/MapViewTests.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ios/MapViewTests.m b/test/ios/MapViewTests.m
index 71e73054f4..521549f5d2 100644
--- a/test/ios/MapViewTests.m
+++ b/test/ios/MapViewTests.m
@@ -578,6 +578,8 @@
tester.mapView.showsUserLocation = YES;
}];
+ [tester acknowledgeSystemAlert];
+
XCTAssertEqualObjects(notification.name,
@"mapViewWillStartLocatingUser",
@"mapViewWillStartLocatingUser delegate should receive message");