diff --git a/test/basictests.jl b/test/basictests.jl index 54e63e93d..e7e816fd0 100644 --- a/test/basictests.jl +++ b/test/basictests.jl @@ -284,7 +284,7 @@ end maxiters) sol_oop = benchmark_nlsolve_oop(quadratic_f, u0; radius_update_scheme, maxiters) - @test sol_iip.u ≈ sol_iip.u + @test sol_iip.u ≈ sol_oop.u end end end