Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Jun 19, 2024
1 parent fb2197a commit 9ccb7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 9ccb7b8

Please sign in to comment.