From 6c7a014c92494b39ad4bcbe89ceff6d3d5e26d9f Mon Sep 17 00:00:00 2001 From: Antoine Minard Date: Mon, 9 Dec 2024 10:07:58 +0100 Subject: [PATCH] fixed parentheses in error message in tests --- .../test_sound_composer_source_broadband_noise.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py b/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py index 12295e597..a8d1e8280 100644 --- a/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py +++ b/tests/tests_sound_composer/test_sound_composer_source_broadband_noise.py @@ -187,8 +187,8 @@ def test_source_broadband_noise_properties_exceptions(dpf_sound_test_server): PyAnsysSoundException, match=( "Broadband noise source must contain the same number of spectra and associated " - "control parameter values (the number of fields should be the same as the number of " - "support values, in the provided DPF fields container)." + "control parameter values \\(the number of fields should be the same as the number of " + "support values, in the provided DPF fields container\\)." ), ): source_bbn_obj.source_bbn = fc_source_bbn