Skip to content

Commit 3b4eb05

Browse files
committed
Fix test name
1 parent aed4cd5 commit 3b4eb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_model():
6767

6868
s.writeProblem('model')
6969
s.writeProblem('model.lp')
70-
s.displayProblem()
70+
s.printProblem()
7171

7272
s.freeProb()
7373
s = Model()

0 commit comments

Comments
 (0)