Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 13, 2023
1 parent 5878545 commit 84ad8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/py_matter_idl/matter_idl/test_supported_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84ad8d1

Please sign in to comment.