Skip to content

Commit fe30f1a

Browse files
Update tests/test_cons.py
Co-authored-by: DominikKamp <130753997+DominikKamp@users.noreply.github.com>
1 parent baf6465 commit fe30f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_cons_logical_fail():
8484
m.addCons(x3 == 1 - x1)
8585
m.addCons(x4 == 1 - x2)
8686

87-
# result1 true
87+
# result1 false
8888
m.addConsOr([x1*x3, x2*x4], result1)
8989

9090
m.optimize()

0 commit comments

Comments
 (0)