Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
roquebetioljr committed Oct 21, 2024
1 parent f5e8d5b commit bd8bf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planscape/impacts/tests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def test_calculate_impacts_returns_data(
"impacts.services.ImpactVariable.get_baseline_raster_path",
return_value="impacts/tests/test_data/test_raster.tif",
)
def test_calculate_already_existing_impacts_in_other_plan_returns_data(
def test_calculate_already_existing_impacts_returns_data(
self, _get_impact_raster, _get_baseline_raster
):
"""Test that this function is performing work correctly. we don't
Expand Down

0 comments on commit bd8bf74

Please sign in to comment.