Skip to content

Commit feb1a2e

Browse files
committed
Update
1 parent 7776b6b commit feb1a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Nonlinear/Nonlinear.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ function test_intercept_ForwardDiff_MethodError()
14161416
@test Nonlinear.eval_univariate_function(r, :g, 0.0) == 0.0
14171417
@test Nonlinear.eval_univariate_function(r, :g, 2.0) sin(2.0)^2
14181418
@test Nonlinear.eval_univariate_gradient(r, :g, 0.0) == 0.0
1419-
@test_throws ErrorException Nonlinear.eval_univariate_function(r, :g, 2.0)
1419+
@test_throws ErrorException Nonlinear.eval_univariate_gradient(r, :g, 2.0)
14201420
return
14211421
end
14221422

0 commit comments

Comments
 (0)