Skip to content

Commit 3e43d10

Browse files
committed
minor corrections to unit tests for temperature limitations
1 parent 6580373 commit 3e43d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_geophires_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def test_temperature_limitations(self):
882882
}
883883
)
884884
client.get_geophires_result(params)
885-
self.assertIn(' must be between 30 and 70 ', str(e.exception))
885+
self.assertIn('failed to validate CLGS input value', str(e.exception))
886886

887887
with self.assertRaises(RuntimeError) as e:
888888
params = GeophiresInputParameters({'Power Plant Type': 2, 'Maximum Temperature': 600})

0 commit comments

Comments
 (0)