From 95d52450645a7e2915974693c7daa52a91ecfc4d Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Fri, 8 Dec 2023 14:33:11 +0100 Subject: [PATCH] Change assert to SOS2 --- tests/test_cons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cons.py b/tests/test_cons.py index 74cb57472..c3f1f1978 100644 --- a/tests/test_cons.py +++ b/tests/test_cons.py @@ -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():