aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors/tst_rename_macros/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_editors/tst_rename_macros/test.py')
-rw-r--r--tests/system/suite_editors/tst_rename_macros/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_rename_macros/test.py b/tests/system/suite_editors/tst_rename_macros/test.py
index 581247bfdfb..5a4177daad4 100644
--- a/tests/system/suite_editors/tst_rename_macros/test.py
+++ b/tests/system/suite_editors/tst_rename_macros/test.py
@@ -118,7 +118,7 @@ def testRenameMacroAfterSourceMoving():
return True
def performMacroRenaming(newMacroName):
- for i in range(10):
+ for _ in range(10):
type(cppEditorStr, "<Left>")
invokeContextMenuItem(waitForObject(cppEditorStr), "Refactor",
"Rename Symbol Under Cursor")