Skip to content

Commit d9e5a0d

Browse files
committed
fix test
1 parent 06f798d commit d9e5a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/feasibility.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function test_no_solution()
3737
@constraint(model, c, x^4 >= 0) # this will make the model non-linear
3838
@test_throws ErrorException ModelAnalyzer.Feasibility.dual_feasibility_report(
3939
model,
40-
point = Dict(), # to skip dual solutions error
40+
Dict(), # to skip dual solutions error
4141
)
4242
end
4343

0 commit comments

Comments
 (0)