diff --git a/test/tests/kernels/ad_jacobians/tests b/test/tests/kernels/ad_jacobians/tests index 140903fec48d..9bd5146fdd02 100644 --- a/test/tests/kernels/ad_jacobians/tests +++ b/test/tests/kernels/ad_jacobians/tests @@ -1,16 +1,17 @@ [Tests] - [./testbodyforce-jac] + [testbodyforce-jac] type = 'PetscJacobianTester' input = 'test.i' requirement = 'Jacobians calculated by ADTimeDerivative and ADBodyForce shall be perfect.' issues = '#13260' design = '/ADTimeDerivative.md' - [../] - [./testbodyforce-adfunction-jac] + [] + [testbodyforce-adfunction-jac] type = 'PetscJacobianTester' input = 'adfunction.i' requirement = 'The Jacobian of ADBodyForce with a force function shall be perfect.' issues = '#13260' design = '/BodyForce.md' - [../] + ratio_tol = 3e-8 + [] []