Skip to content

Commit 1a26d94

Browse files
committed
Fix failing test for K-nearest concave hull group by field
1 parent 4482c39 commit 1a26d94

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

python/plugins/processing/tests/testdata/expected/knearest_concave_hull_points_id2.gfs

-26
This file was deleted.

python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5341,11 +5341,11 @@ tests:
53415341
- algorithm: qgis:knearestconcavehull
53425342
name: K-nearest Neighbour Concave Hull - Group by field
53435343
params:
5344-
KNEIGHBORS: 3
53455344
FIELD: id2
53465345
INPUT:
53475346
name: points.gml
53485347
type: vector
5348+
KNEIGHBORS: 3
53495349
results:
53505350
OUTPUT:
53515351
name: expected/knearest_concave_hull_points_id2.gml

0 commit comments

Comments
 (0)