forked from VimPlug/jedi
Use inline_mod instead of some_mod for inline refactor tests
This commit is contained in:
@@ -108,11 +108,9 @@ foobar
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
--- import_tree/some_mod.py
|
||||
+++ import_tree/some_mod.py
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -1,2 +1,2 @@
|
||||
-foobar = 3
|
||||
+renamed = 3
|
||||
|
||||
inline_var = 5 + 3
|
||||
--- rename.py
|
||||
+++ rename.py
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
Reference in New Issue
Block a user