Skip to content

Commit 884a85a

Browse files
authored
Update test/algorithms/KirlikSayin.jl
1 parent aa5ce8b commit 884a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/KirlikSayin.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function test_solve_failures()
171171
end
172172
MOI.optimize!(model)
173173
@test MOI.get(model, MOI.TerminationStatus()) ==
174-
(fail_after <= 3 ? MOI.NUMERICAL_ERROR : MOI.OPTIMAL)
174+
(fail_after <= 3 ? MOI.NUMERICAL_ERROR : MOI.OPTIMAL)
175175
@test MOI.get(model, MOI.ResultCount()) == 0
176176
end
177177
return

0 commit comments

Comments
 (0)