Skip to content

Commit 2c68713

Browse files
Consistency in functional tests for extension's name
1 parent 8ef3440 commit 2c68713

31 files changed

+1
-1
lines changed

tests/functional/ext/redefined_variable_type/redefined_variable_type.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ redefined-variable-type:21:8:MyClass.__init__:Redefinition of a_str type from bo
33
redefined-variable-type:33:12:MyClass.some_method.func:Redefinition of var type from int to str:HIGH
44
redefined-variable-type:37:8:MyClass.some_method:Redefinition of myint type from int to bool:HIGH
55
redefined-variable-type:39:0::Redefinition of _OK type from bool to str:HIGH
6-
redefined-variable-type:49:4:other_function:Redefinition of instance type from functional.r.redefined_variable_type.MyClass to bool:HIGH
6+
redefined-variable-type:49:4:other_function:Redefinition of instance type from redefined_variable_type.MyClass to bool:HIGH
77
redefined-variable-type:51:0::Redefinition of SOME_FLOAT type from float to int:HIGH
88
redefined-variable-type:71:8:func2:Redefinition of var3 type from str to int:HIGH
99
redefined-variable-type:75:4:func2:Redefinition of var type from bool to int:HIGH

0 commit comments

Comments
 (0)