Skip to content

Commit 338e4fa

Browse files
cecilleandy31415
andauthored
Update src/python_testing/TC_RR_1_1.py
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 3e5a743 commit 338e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_RR_1_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
def generate_controller_name(fabric_index: int, controller_index: int):
40-
return f"RD{fabric_index}{str(chr(ord('A') + controller_index))}"
40+
return f"RD{fabric_index}{string.ascii_uppercase[controller_index]))}"
4141

4242

4343
class TC_RR_1_1(MatterBaseTest):

0 commit comments

Comments
 (0)