1
0
forked from VimPlug/jedi

Use inline_mod instead of some_mod for inline refactor tests

This commit is contained in:
Dave Halter
2020-02-28 01:53:27 +01:00
parent 0f2d6ac27a
commit 58ba47841c
4 changed files with 13 additions and 18 deletions

View File

@@ -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 @@