From 84ad8d1f0adbbb8ea7d9b6b37fa98f4b6dc88ef0 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 13 Dec 2023 11:42:50 -0500 Subject: [PATCH] Fix missing comma --- scripts/py_matter_idl/matter_idl/test_supported_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 70ea5d7ac7e62f..be40d73ceefcb5 100755 --- a/scripts/py_matter_idl/matter_idl/test_supported_types.py +++ b/scripts/py_matter_idl/matter_idl/test_supported_types.py @@ -74,7 +74,7 @@ def testAllTypesSupported(self): # handled as specific bitmaps "bitmap8", "bitmap16", "bitmap24", "bitmap32", "bitmap64", # handled as specific enums. Note that spec defines enumerations only for 8 and 16 - "enum8", "enum16" + "enum8", "enum16", # TODO: these may be bugs to fix "unknown"