Skip to content

Commit

Permalink
Change assert to SOS2
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 8, 2023
1 parent 3cfe366 commit 95d5245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cons.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_SOScons():
assert m.isEQ(m.getVal(x[4]), 1)
assert m.isEQ(m.getVal(x[5]), 1)
assert c1.getConshdlrName() == "SOS1"
assert c2.getConshdlrName() == "SOS1"
assert c2.getConshdlrName() == "SOS2"


def test_cons_indicator():
Expand Down

0 comments on commit 95d5245

Please sign in to comment.