mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Changing compare to account for different fonts
This commit is contained in:
parent
ec01c2c9c8
commit
ea02d7d6e0
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ class TestTechnicalDrawing(unittest.TestCase):
|
|||
bbox = drawing.sketch.bounding_box()
|
||||
self.assertGreater(bbox.size.X, 280)
|
||||
self.assertGreater(bbox.size.Y, 195)
|
||||
self.assertEqual(len(drawing.faces()), 115)
|
||||
self.assertGreater(len(drawing.faces()), 110)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue