Skip to content

Commit d033252

Browse files
committed
python version test
1 parent 8393022 commit d033252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_highspy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_version(self):
114114
h = self.get_basic_model()
115115
self.assertEqual(h.version(), "1.12.0")
116116
self.assertEqual(h.versionMajor(), 1)
117-
self.assertEqual(h.versionMinor(), 11)
117+
self.assertEqual(h.versionMinor(), 12)
118118
self.assertEqual(h.versionPatch(), 0)
119119

120120
def test_basics(self):

0 commit comments

Comments
 (0)