test_mesher.py -> py_lib3mf version 2.3.1

This commit is contained in:
jdegenstein 2024-03-18 14:11:33 -05:00 committed by GitHub
parent 15744935ca
commit ea45e62d9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ class DirectApiTestCase(unittest.TestCase):
class TestProperties(unittest.TestCase): class TestProperties(unittest.TestCase):
def test_version(self): def test_version(self):
exporter = Mesher() exporter = Mesher()
self.assertEqual(exporter.library_version, "2.2.0") self.assertEqual(exporter.library_version, "2.3.1")
def test_units(self): def test_units(self):
for unit in Unit: for unit in Unit: