diff --git a/test/test_solve_shifted_system.jl b/test/test_solve_shifted_system.jl index 670a433..caafea5 100644 --- a/test/test_solve_shifted_system.jl +++ b/test/test_solve_shifted_system.jl @@ -59,8 +59,6 @@ function test_solve_shifted_system() @test isapprox(x_sol, x_H, atol = 1e-6, rtol = 1e-6) @test isapprox(x_sol, x_true, atol = 1e-6, rtol = 1e-6) end - - end test_solve_shifted_system()