Skip to content

Commit

Permalink
fix distance
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jan 14, 2025
1 parent 4591c4c commit 3be94b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gui/test_point_capture_map_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ def test_point_capture_map_tool_with_snap(
qtbot: QtBot,
):

setup_project_with_snapping(qgis_canvas, layer_polygons, tolerance=20)
setup_project_with_snapping(qgis_canvas, layer_polygons)

assert qgis_canvas.snappingUtils().config().enabled()
assert qgis_canvas.snappingUtils().config().tolerance() == 20
assert qgis_canvas.snappingUtils().config().tolerance() == 10

map_tool = PointCaptureMapTool(qgis_canvas)

Expand Down

0 comments on commit 3be94b2

Please sign in to comment.