summaryrefslogtreecommitdiff
path: root/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2018-12-09 13:30:18 +0200
committerChris Loer <chris.loer@mapbox.com>2018-12-11 11:46:16 -0800
commit662a4955615d201f6d1525dcbf3cc08da3d546b4 (patch)
treeda1ab00d49c7c9102bfcb66c00c0bb75bdff7a1e /platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
parent70c2d5a4cabcd87bc4e6e564fcd6dfa10bd4c521 (diff)
downloadqtlocation-mapboxgl-662a4955615d201f6d1525dcbf3cc08da3d546b4.tar.gz
[docs] EnterIdle -> BecomeIdle
Diffstat (limited to 'platform/macos/test/MGLMapViewDelegateIntegrationTests.swift')
-rw-r--r--platform/macos/test/MGLMapViewDelegateIntegrationTests.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift b/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
index 109c279a09..83c7160fde 100644
--- a/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
+++ b/platform/macos/test/MGLMapViewDelegateIntegrationTests.swift
@@ -25,7 +25,7 @@ extension MGLMapViewDelegateIntegrationTests: MGLMapViewDelegate {
func mapViewDidFinishRenderingMap(_ mapView: MGLMapView, fullyRendered: Bool) {}
- func mapViewDidEnterIdle(_ mapView: MGLMapView) {}
+ func mapViewDidBecomeIdle(_ mapView: MGLMapView) {}
func mapViewDidFailLoadingMap(_ mapView: MGLMapView, withError error: Error) {}