Skip to content

Commit

Permalink
Update test_part.py (#235)
Browse files Browse the repository at this point in the history
Update unit test
  • Loading branch information
SchrodingersGat authored Jul 5, 2024
1 parent db1226e commit 27a1638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def test_options(self):
active = Part.fieldInfo('active', self.api)

self.assertEqual(active['type'], 'boolean')
self.assertEqual(active['required'], True)
self.assertEqual(active['label'], 'Active')
self.assertEqual(active['default'], True)

Expand Down

0 comments on commit 27a1638

Please sign in to comment.