Skip to content

Commit

Permalink
Fix todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 29, 2023
1 parent 3e1cd10 commit 8b14684
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/py_matter_idl/matter_idl/test_supported_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def testAllTypesSupported(self):
self.assertEqual(parsed.byte_count, int(
t.attrib["size"]), fail_message)

# TODO: we could validate size here...


if __name__ == '__main__':
unittest.main()

0 comments on commit 8b14684

Please sign in to comment.