Skip to content

Commit abd15b3

Browse files
committed
Fix format
1 parent ab3feb8 commit abd15b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/MOI_tests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ function test_minimum_unsatisfiable_system()
247247
MOI.optimize!(model)
248248
MOI.get(model, MOI.TerminationStatus()) == MOI.INFEASIBLE
249249
SCIP.compute_minimum_unsatisfied_constraints!(model)
250-
@test MOI.get(model, SCIP.UnsatisfiableSystemStatus()) ==
251-
MOI.CONFLICT_FOUND
250+
@test MOI.get(model, SCIP.UnsatisfiableSystemStatus()) == MOI.CONFLICT_FOUND
252251
@test MOI.get(model, attr, c) == MOI.IN_CONFLICT ||
253252
MOI.get(model, attr, c2) == MOI.IN_CONFLICT
254253
c_zeroone = MOI.ConstraintIndex{MOI.VariableIndex,MOI.ZeroOne}(x.value)

0 commit comments

Comments
 (0)