mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
test_mesher.py -> py_lib3mf version 2.3.1
This commit is contained in:
parent
15744935ca
commit
ea45e62d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class DirectApiTestCase(unittest.TestCase):
|
|||
class TestProperties(unittest.TestCase):
|
||||
def test_version(self):
|
||||
exporter = Mesher()
|
||||
self.assertEqual(exporter.library_version, "2.2.0")
|
||||
self.assertEqual(exporter.library_version, "2.3.1")
|
||||
|
||||
def test_units(self):
|
||||
for unit in Unit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue