Skip to content

Commit

Permalink
update test. error in calling alg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Feb 9, 2024
1 parent a040570 commit 9283224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geovita_processing_plugin/test/test_alg_impact.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_algorithm_exec_long(self):
params_long = self.params.copy()
params_long["SHORT_TERM_SETTLEMENT"] = False
results = processing.run(
"geovita:begrensskadeexcavation",
"geovita:begrensskadeimpactmap",
params_long,
feedback=feedback,
context=context,
Expand All @@ -164,7 +164,7 @@ def test_output_raster_values_at_points(self):
feedback = QgsProcessingFeedback()
context = QgsProcessingContext()
results = processing.run(
"geovita:begrensskadeexcavation",
"geovita:begrensskadeimpactmap",
self.params,
feedback=feedback,
context=context,
Expand Down

0 comments on commit 9283224

Please sign in to comment.