forked from VimPlug/jedi
Make sure goto_assignments is no longer used on Definition
This commit is contained in:
@@ -166,4 +166,4 @@ def test_no_error(names):
|
||||
assert a.name == 'a'
|
||||
assert b.name == 'b'
|
||||
assert a20.name == 'a'
|
||||
assert a20.goto_assignments() == [a20]
|
||||
assert a20.goto() == [a20]
|
||||
|
||||
Reference in New Issue
Block a user