We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba415ef commit 4c9047cCopy full SHA for 4c9047c
tests/test_setup_new_composite_areas_ground_elevation.py
@@ -86,4 +86,4 @@ def test_setup_new_composite_areas_ground_elevation(case):
86
exposure_modified = fm.exposure.exposure_db
87
88
# check if the new development area was added
89
- assert len(exposure_modified) > len(exposure_original), 'The aggregated areas were not added'
+ assert len(exposure_modified) > len(exposure_original), 'The composite areas were not added'
0 commit comments