Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao-Dionisio committed Dec 2, 2024
1 parent aed4cd5 commit 3b4eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_model():

s.writeProblem('model')
s.writeProblem('model.lp')
s.displayProblem()
s.printProblem()

s.freeProb()
s = Model()
Expand Down

0 comments on commit 3b4eb05

Please sign in to comment.