From fcf45b1109e17c446546d619caee87d1e1a7bdfc Mon Sep 17 00:00:00 2001 From: Lynn Munday Date: Wed, 4 Dec 2024 21:41:30 -0700 Subject: [PATCH] fixing sqa failure --- .../solid_mechanics/test/tests/eigen_decomp_material/tests | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/solid_mechanics/test/tests/eigen_decomp_material/tests b/modules/solid_mechanics/test/tests/eigen_decomp_material/tests index a4e5067db1b0..57c61578bfa7 100644 --- a/modules/solid_mechanics/test/tests/eigen_decomp_material/tests +++ b/modules/solid_mechanics/test/tests/eigen_decomp_material/tests @@ -1,13 +1,12 @@ [Tests] design = 'source/materials/EigenDecompositionMaterial.md' issues = '#29179' - requirement = 'The system shall output an eigen decomposition of a symmetric rank two tensor ' [3D] type = Exodiff input = prescribed_strain_3D.i exodiff = prescribed_strain_3D_out.e cli_args = 'Materials/inactive=non_symmetric_eig_decomp_error' - detail = 'in a 3D simulation with an evolving strain field.' + requirement = 'The system shall output an eigen decomposition of a symmetric rank two tensor in a 3D simulation with an evolving strain field.' [] [nonSymmetricError] type = RunException @@ -19,6 +18,6 @@ type = Exodiff input = pipe_2d.i exodiff =pipe_2d_out.e - detail = 'in a 2D radial symmetry simulation of a pressurized pipe.' + requirement = 'The system shall output an eigen decomposition of a symmetric rank two tensor in a 2D radial symmetry simulation of a pressurized pipe.' [] []