summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-06-20 16:50:56 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-06-20 16:50:56 -0400
commite8c9ae780a2aac5a57ddf3e9dacd9390b2075965 (patch)
tree8bf2b760b12529018ac6851795b125b8f69e23f2 /platform/ios/Integration Tests/MGLCameraTransitionTests.mm
parent3d6da490735fa0874cf01804c8e7299e120393f1 (diff)
downloadqtlocation-mapboxgl-e8c9ae780a2aac5a57ddf3e9dacd9390b2075965.tar.gz
[ios] Fix failing annotation selection integration testsupstream/jrex/annotation-integration-test-fix
Diffstat (limited to 'platform/ios/Integration Tests/MGLCameraTransitionTests.mm')
-rw-r--r--platform/ios/Integration Tests/MGLCameraTransitionTests.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Integration Tests/MGLCameraTransitionTests.mm b/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
index 60d5fc6c9a..9679c4c11f 100644
--- a/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
+++ b/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
@@ -328,7 +328,7 @@
NSLog(@"setCenterCoordinate: %0.4fs", stop1 - stop0);
NSLog(@"flyToCamera: %0.4fs", stop2 - stop1);
- XCTAssert(delegateCallCount == 2, @"Expecting 2 regionDidChange callbacks, got %ld", delegateCallCount); // Once for the setDirection and once for the reset north
+ XCTAssert(delegateCallCount == 2, @"Expecting 2 regionDidChange callbacks, got %ld", (long)delegateCallCount); // Once for the setDirection and once for the reset north
}
#pragma mark - Pending tests