Skip to content

Commit

Permalink
fix test after removing cap tris
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjian0 committed Dec 11, 2020
1 parent de382af commit f6be11e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_floorplan.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,11 @@ def test_circular(self):

self.clear_objects()

prop.cap_tris = True
res = builder.build(context, prop)
self.assertIsNotNone(res)

faces = context.object.data.polygons
self.assertEquals(len(faces), prop.segments) # cap_tris False
self.assertEquals(len(faces), 1)

def test_composite(self):
context = bpy.context
Expand Down

0 comments on commit f6be11e

Please sign in to comment.