From 9ccb7b852a2f22e367773b6c4b4472dd93dfd5e4 Mon Sep 17 00:00:00 2001 From: Patrick Kladek Date: Wed, 19 Jun 2024 13:39:14 +0200 Subject: [PATCH] fix tests --- .../Sources/Tests/NavigationViewControllerTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapboxNavigationTests/Sources/Tests/NavigationViewControllerTests.swift b/MapboxNavigationTests/Sources/Tests/NavigationViewControllerTests.swift index 6f8bcef8..b6ec64ea 100644 --- a/MapboxNavigationTests/Sources/Tests/NavigationViewControllerTests.swift +++ b/MapboxNavigationTests/Sources/Tests/NavigationViewControllerTests.swift @@ -268,7 +268,7 @@ class NavigationViewControllerTestable: NavigationViewController { fatalError("init(for:directions:dayStyle:nightStyle:routeController:locationManager:voiceController:) has not been implemented") } - func mapView(_ mapView: MLNMapView, didFinishLoading style: MLNStyle) { + override func mapView(_ mapView: MLNMapView, didFinishLoading style: MLNStyle) { self.styleLoadedExpectation.fulfill() }