Skip to content

Commit b11fab1

Browse files
committed
Update
1 parent 1bae270 commit b11fab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/FileFormats/NL/sol.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ function test_sol_lower_bound_dual_args()
150150
sol = NL.SolFileResults(
151151
joinpath(@__DIR__, "data", "hs071_uno.sol"),
152152
nl_model;
153-
lower_bound_duals = String[],
154-
upper_bound_duals = String[],
153+
suffix_lower_bound_duals = String[],
154+
suffix_upper_bound_duals = String[],
155155
)
156156
@test isempty(sol.zL_out)
157157
@test isempty(sol.zU_out)

0 commit comments

Comments
 (0)