Removed triad edge test as fonts are inconsistent

This commit is contained in:
gumyr 2023-07-31 10:15:07 -04:00
parent a2c2eb1b75
commit be78d8d41e

View file

@ -677,7 +677,6 @@ class TestCompound(DirectApiTestCase):
def test_triad(self):
triad = Compound.make_triad(10)
bbox = triad.bounding_box()
self.assertEqual(len(triad.edges()), 41)
self.assertGreater(bbox.min.X, -10 / 8)
self.assertLess(bbox.min.X, 0)
self.assertGreater(bbox.min.Y, -10 / 8)