summaryrefslogtreecommitdiff
path: root/python/testData/inspections/DefaultArgumentEmptyList.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/inspections/DefaultArgumentEmptyList.py')
-rw-r--r--python/testData/inspections/DefaultArgumentEmptyList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testData/inspections/DefaultArgumentEmptyList.py b/python/testData/inspections/DefaultArgumentEmptyList.py
index 55748eb449d5..a351c5134c90 100644
--- a/python/testData/inspections/DefaultArgumentEmptyList.py
+++ b/python/testData/inspections/DefaultArgumentEmptyList.py
@@ -1 +1 @@
-def foo(args=<warning descr="Default argument value is mutable">[<caret>]</warning>):<EOLError descr="Indent expected"></EOLError> \ No newline at end of file
+def bar(args=<warning descr="Default argument value is mutable">[<caret>]</warning>):<EOLError descr="Indent expected"></EOLError> \ No newline at end of file