Skip to content

Commit 27a1638

Browse files
Update test_part.py (#235)
Update unit test
1 parent db1226e commit 27a1638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_part.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def test_options(self):
242242
active = Part.fieldInfo('active', self.api)
243243

244244
self.assertEqual(active['type'], 'boolean')
245-
self.assertEqual(active['required'], True)
246245
self.assertEqual(active['label'], 'Active')
247246
self.assertEqual(active['default'], True)
248247

0 commit comments

Comments
 (0)