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 8a24cc5 commit 24f9e3aCopy full SHA for 24f9e3a
climada/entity/exposures/test/test_base.py
@@ -153,8 +153,9 @@ def test_info_logs_pass(self):
153
self.assertIn('tag metadata set to default value', cm.output[1])
154
self.assertIn('ref_year metadata set to default value', cm.output[2])
155
self.assertIn('value_unit metadata set to default value', cm.output[3])
156
- self.assertIn('geometry not set', cm.output[5])
157
- self.assertIn('cover not set', cm.output[4])
+ self.assertIn('meta metadata set to default value', cm.output[4])
+ self.assertIn('geometry not set', cm.output[6])
158
+ self.assertIn('cover not set', cm.output[5])
159
160
def test_error_logs_fail(self):
161
"""Wrong exposures definition"""
0 commit comments