Skip to content

Commit 6580373

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

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
@@ -858,7 +858,7 @@ def test_field_gathering_cost(self):
858858
def test_temperature_limitations(self):
859859
client = GeophiresXClient()
860860

861-
with self.assertRaises(ValueError) as e:
861+
with self.assertRaises(RuntimeError) as e:
862862
params = GeophiresInputParameters(
863863
{
864864
'Is AGS': True,

0 commit comments

Comments
 (0)