From 8b146847f85401dd46c031afc05e48c0ba47e650 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 29 Nov 2023 13:34:03 -0500 Subject: [PATCH] Fix todo comment --- scripts/py_matter_idl/matter_idl/test_supported_types.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/py_matter_idl/matter_idl/test_supported_types.py b/scripts/py_matter_idl/matter_idl/test_supported_types.py index 1a3977c42c2797..62f7d4c59956c5 100755 --- a/scripts/py_matter_idl/matter_idl/test_supported_types.py +++ b/scripts/py_matter_idl/matter_idl/test_supported_types.py @@ -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()