We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfedfe commit b90f67bCopy full SHA for b90f67b
Tests/GestureTests/RotateGesture.test.swift
@@ -12,6 +12,6 @@ final class RotateGestureTestCase: GestureTestCase {
12
duration: Constants.pinchDuration * 2)
13
14
XCTAssertTrue(mapView.camera.cameraAnimators.isEmpty)
15
- XCTAssertGreaterThanOrEqual(mapView.mapboxMap.cameraState.bearing, 80)
+ XCTAssertGreaterThanOrEqual(mapView.mapboxMap.cameraState.bearing, 75)
16
}
17
0 commit comments