Skip to content

Commit 49e0e93

Browse files
committed
Update
1 parent 6eb9bcd commit 49e0e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/General/attributes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function test_attributes_integration_compute_conflict_2()
146146
MOI.compute_conflict!(model)
147147
@test MOI.get(model, MOI.ConflictStatus()) == MOI.CONFLICT_FOUND
148148
@test MOI.get(model, MOI.ConflictCount()) == 1
149-
@test_throws ArgumentError MOI.get(model, MOI.ConstraintConflictStatus(), c)
149+
return
150150
end
151151

152152
struct _NoConstraintName <: MOI.AbstractOptimizer end

0 commit comments

Comments
 (0)