Skip to content

Commit

Permalink
fixed parentheses in error message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard committed Dec 9, 2024
1 parent 5da4dda commit 6c7a014
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c7a014

Please sign in to comment.