From b11fab1221145051ff74f41a6ebf5224b945c700 Mon Sep 17 00:00:00 2001 From: odow Date: Mon, 28 Oct 2024 09:48:37 +1300 Subject: [PATCH] Update --- test/FileFormats/NL/sol.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/FileFormats/NL/sol.jl b/test/FileFormats/NL/sol.jl index b0fad245e3..2b505d78fb 100644 --- a/test/FileFormats/NL/sol.jl +++ b/test/FileFormats/NL/sol.jl @@ -150,8 +150,8 @@ function test_sol_lower_bound_dual_args() sol = NL.SolFileResults( joinpath(@__DIR__, "data", "hs071_uno.sol"), nl_model; - lower_bound_duals = String[], - upper_bound_duals = String[], + suffix_lower_bound_duals = String[], + suffix_upper_bound_duals = String[], ) @test isempty(sol.zL_out) @test isempty(sol.zU_out)