@@ -99,7 +99,7 @@ def test_turbulence_enabled_output_fields():
9999 with pytest .raises (
100100 ValueError ,
101101 match = re .escape (
102- "In `outputs`[0] IsosurfaceOutput:, kOmega is not a valid output field when using turbulence model: None."
102+ "In `outputs`[0] IsosurfaceOutput: kOmega is not a valid output field when using turbulence model: None."
103103 ),
104104 ):
105105 with imperial_unit_system :
@@ -117,7 +117,7 @@ def test_turbulence_enabled_output_fields():
117117 with pytest .raises (
118118 ValueError ,
119119 match = re .escape (
120- "In `outputs`[0] IsosurfaceOutput:, nuHat is not a valid iso field when using turbulence model: kOmegaSST."
120+ "In `outputs`[0] IsosurfaceOutput: nuHat is not a valid iso field when using turbulence model: kOmegaSST."
121121 ),
122122 ):
123123 with imperial_unit_system :
@@ -135,7 +135,7 @@ def test_turbulence_enabled_output_fields():
135135 with pytest .raises (
136136 ValueError ,
137137 match = re .escape (
138- "In `outputs`[0] VolumeOutput:, kOmega is not a valid output field when using turbulence model: SpalartAllmaras."
138+ "In `outputs`[0] VolumeOutput: kOmega is not a valid output field when using turbulence model: SpalartAllmaras."
139139 ),
140140 ):
141141 with imperial_unit_system :
@@ -149,7 +149,7 @@ def test_transition_model_enabled_output_fields():
149149 with pytest .raises (
150150 ValueError ,
151151 match = re .escape (
152- "In `outputs`[0] IsosurfaceOutput:, solutionTransition is not a valid output field when transition model is not used."
152+ "In `outputs`[0] IsosurfaceOutput: solutionTransition is not a valid output field when transition model is not used."
153153 ),
154154 ):
155155 with imperial_unit_system :
@@ -167,7 +167,7 @@ def test_transition_model_enabled_output_fields():
167167 with pytest .raises (
168168 ValueError ,
169169 match = re .escape (
170- "In `outputs`[0] SurfaceProbeOutput:, residualTransition is not a valid output field when transition model is not used."
170+ "In `outputs`[0] SurfaceProbeOutput: residualTransition is not a valid output field when transition model is not used."
171171 ),
172172 ):
173173 with imperial_unit_system :
@@ -186,7 +186,7 @@ def test_transition_model_enabled_output_fields():
186186 with pytest .raises (
187187 ValueError ,
188188 match = re .escape (
189- "In `outputs`[0] VolumeOutput:, linearResidualTransition is not a valid output field when transition model is not used."
189+ "In `outputs`[0] VolumeOutput: linearResidualTransition is not a valid output field when transition model is not used."
190190 ),
191191 ):
192192 with imperial_unit_system :
0 commit comments