Skip to content

Commit c71db3c

Browse files
typo
1 parent e8e3646 commit c71db3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/entity/exposures/test/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def test_latlon_with_polygons(self):
677677
with self.assertRaises(ValueError) as valer:
678678
exp.longitude
679679
self.assertEqual(
680-
"Can only calculate latitude from Points. GeoDataFrame contains Polygon, MultiPolygon",
680+
"Can only calculate longitude from Points. GeoDataFrame contains Polygon, MultiPolygon",
681681
str(valer.exception),
682682
)
683683

0 commit comments

Comments
 (0)