Skip to content

Commit 4c9047c

Browse files
Update tests/test_setup_new_composite_areas_ground_elevation.py
1 parent ba415ef commit 4c9047c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_setup_new_composite_areas_ground_elevation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ def test_setup_new_composite_areas_ground_elevation(case):
8686
exposure_modified = fm.exposure.exposure_db
8787

8888
# check if the new development area was added
89-
assert len(exposure_modified) > len(exposure_original), 'The aggregated areas were not added'
89+
assert len(exposure_modified) > len(exposure_original), 'The composite areas were not added'

0 commit comments

Comments
 (0)