forked from VimPlug/jedi
Use complete instead of completions in test_api/
This commit is contained in:
@@ -11,7 +11,7 @@ def test_in_whitespace(Script):
|
||||
code = dedent('''
|
||||
def x():
|
||||
pass''')
|
||||
assert len(Script(code, column=2).completions()) > 20
|
||||
assert len(Script(code).complete(column=2)) > 20
|
||||
|
||||
|
||||
def test_empty_init(Script):
|
||||
|
||||
Reference in New Issue
Block a user