Skip to content

Commit b90f67b

Browse files
authored
Reduce expected rotation angle (#2477)
1 parent 2dfedfe commit b90f67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GestureTests/RotateGesture.test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ final class RotateGestureTestCase: GestureTestCase {
1212
duration: Constants.pinchDuration * 2)
1313

1414
XCTAssertTrue(mapView.camera.cameraAnimators.isEmpty)
15-
XCTAssertGreaterThanOrEqual(mapView.mapboxMap.cameraState.bearing, 80)
15+
XCTAssertGreaterThanOrEqual(mapView.mapboxMap.cameraState.bearing, 75)
1616
}
1717
}

0 commit comments

Comments
 (0)