summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-04-19 15:24:03 -0700
committerjmkiley <jordan.kiley@mapbox.com>2018-04-19 15:24:03 -0700
commit2b6c3f25a2ee3c8cc4b941e3a073a2a09c68c4e4 (patch)
tree99865c242cc2d369137f821357067bdda0398e98
parent39fd0678e78239e2c21ab05af31aff86bed122a8 (diff)
downloadqtlocation-mapboxgl-2b6c3f25a2ee3c8cc4b941e3a073a2a09c68c4e4.tar.gz
[ios, macos] fixed test
-rw-r--r--platform/darwin/test/MGLDocumentationGuideTests.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/test/MGLDocumentationGuideTests.swift b/platform/darwin/test/MGLDocumentationGuideTests.swift
index 43a7e69042..986e38b012 100644
--- a/platform/darwin/test/MGLDocumentationGuideTests.swift
+++ b/platform/darwin/test/MGLDocumentationGuideTests.swift
@@ -79,7 +79,7 @@ class MGLDocumentationGuideTests: XCTestCase, MGLMapViewDelegate {
//#-example-code
let url = URL(string: "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_week.geojson")!
let symbolSource = MGLSource(identifier: "source")
- let symbolLayer = MGLSymbolStyleLayer(identifier: "place-city-sm", source: source)
+ let symbolLayer = MGLSymbolStyleLayer(identifier: "place-city-sm", source: symbolSource)
let source = MGLShapeSource(identifier: "earthquakes", url: url, options: nil)
mapView.style?.addSource(source)