diff --git a/tests/hip_ra_x_tests/test_hip_ra_x.py b/tests/hip_ra_x_tests/test_hip_ra_x.py index c3120f0c..d73f0883 100644 --- a/tests/hip_ra_x_tests/test_hip_ra_x.py +++ b/tests/hip_ra_x_tests/test_hip_ra_x.py @@ -374,7 +374,7 @@ def test_initialization_with_default_parameters(self): assert hip_ra.reservoir_temperature.CurrentUnits == TemperatureUnit.CELSIUS assert hip_ra.reservoir_temperature.Required is True assert hip_ra.reservoir_temperature.ErrMessage == 'assume default reservoir temperature (150 degC)' - assert hip_ra.reservoir_temperature.ToolTipText == 'Reservoir Temperature [150 degC]' + assert hip_ra.reservoir_temperature.ToolTipText == 'Reservoir Temperature' assert hip_ra.rejection_temperature.value == 25.0 assert hip_ra.reservoir_porosity.value == 18.0