summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLCodingTests.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/test/MGLCodingTests.mm')
-rw-r--r--platform/darwin/test/MGLCodingTests.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/darwin/test/MGLCodingTests.mm b/platform/darwin/test/MGLCodingTests.mm
index e8fd0ddf27..2060992457 100644
--- a/platform/darwin/test/MGLCodingTests.mm
+++ b/platform/darwin/test/MGLCodingTests.mm
@@ -53,7 +53,6 @@
@"cluster" : @(YES),
@"cluster_id" : @(456),
@"point_count" : @(2),
- @"point_count_abbreviated" : @"2"
};
XCTAssert([pointFeature isMemberOfClass:[MGLPointFeature class]], @"");
@@ -73,7 +72,6 @@
XCTAssert(cluster);
XCTAssert(cluster.clusterIdentifier == 456);
XCTAssert(cluster.clusterPointCount == 2);
- XCTAssertEqualObjects(cluster.clusterPointCountAbbreviation, @"2");
// Archiving shouldn't affect
[NSKeyedArchiver archiveRootObject:unarchivedPointFeature toFile:filePath];