From dc2dc31c0bdd4f0b27412125032bfa694ade26b9 Mon Sep 17 00:00:00 2001 From: Fredrik Karlsson Date: Tue, 22 Nov 2016 15:54:38 +0100 Subject: [ios, macos] MGLGeoJSONSource can now be initialized with any shape --- platform/darwin/test/MGLStyleValueTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/darwin/test/MGLStyleValueTests.swift') diff --git a/platform/darwin/test/MGLStyleValueTests.swift b/platform/darwin/test/MGLStyleValueTests.swift index f7bf343852..aa9b003236 100644 --- a/platform/darwin/test/MGLStyleValueTests.swift +++ b/platform/darwin/test/MGLStyleValueTests.swift @@ -3,7 +3,7 @@ import Mapbox class MGLStyleValueTests: XCTestCase { func testConstantValues() { - let geoJSONSource = MGLGeoJSONSource(identifier: "test", features: [], options: nil) + let geoJSONSource = MGLGeoJSONSource(identifier: "test", shape: nil, options: nil) let symbolStyleLayer = MGLSymbolStyleLayer(identifier: "test", source: geoJSONSource) // Boolean @@ -20,7 +20,7 @@ class MGLStyleValueTests: XCTestCase { } func testFunctions() { - let geoJSONSource = MGLGeoJSONSource(identifier: "test", features: [], options: nil) + let geoJSONSource = MGLGeoJSONSource(identifier: "test", shape: nil, options: nil) let symbolStyleLayer = MGLSymbolStyleLayer(identifier: "test", source: geoJSONSource) // Boolean -- cgit v1.2.1