Skip to content

Commit 27e76f7

Browse files
authored
grass.gunittest: Fix typo in function TestCase.assertVectorsNoAreaDifference() for _compute_vector_xor (#6125)
1 parent 00d4456 commit 27e76f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/grass/gunittest/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ def assertVectorsNoAreaDifference(
11271127
11281128
This method should not be used to test v.overlay or v.select.
11291129
"""
1130-
diff = self._compute_xor_vectors(
1130+
diff = self._compute_vector_xor(
11311131
ainput=reference,
11321132
binput=actual,
11331133
alayer=layer,

0 commit comments

Comments
 (0)