1
0
forked from VimPlug/jedi

Get rid of completions in tests

This commit is contained in:
Dave Halter
2019-12-20 16:29:43 +01:00
parent 38460ce9d7
commit 2cc898ba35
27 changed files with 144 additions and 144 deletions

View File

@@ -15,5 +15,5 @@ def test_fstring_multiline(Script):
'''
"""
)
c, = Script(code, line=2, column=9).completions()
c, = Script(code).complete(line=2, column=9)
assert c.name == 'upper'