Skip to content

Commit

Permalink
Update test_tool_simplify.py
Browse files Browse the repository at this point in the history
add validity check
  • Loading branch information
JanCaha authored Dec 17, 2023
1 parent d327ea3 commit dac1d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/processing/test_tool_simplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ def test_parameter_combinations(data_layer, data_result_file, params):
assert isinstance(layer, QgsVectorLayer)
assert Path(layer.source()).exists()
assert layer.featureCount() == 404
assert layer.crs().isValid()

0 comments on commit dac1d3e

Please sign in to comment.