Skip to content

Commit 79ab992

Browse files
committed
fix consistency test
1 parent 6f7ef29 commit 79ab992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ end
284284
maxiters)
285285
sol_oop = benchmark_nlsolve_oop(quadratic_f, u0; radius_update_scheme,
286286
maxiters)
287-
@test sol_iip.u sol_iip.u
287+
@test sol_iip.u sol_oop.u
288288
end
289289
end
290290
end

0 commit comments

Comments
 (0)