Skip to content

Commit

Permalink
Replace 0xA with 10 for test cleanliness
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed May 10, 2023
1 parent c7f391d commit 1496fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/py_matter_idl/matter_idl/test_xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def testFabricScopedAndSensitive(self):
def testEnum(self):
idl = XmlToIdl('''<?xml version="1.0"?>
<configurator>
<cluster><name>Test1</name><code>0x000A</code></cluster>
<cluster><name>Test1</name><code>10</code></cluster>
<cluster><name>Test2</name><code>20</code></cluster>
<enum name="GlobalEnum" type="ENUM8">
Expand Down

0 comments on commit 1496fd7

Please sign in to comment.