Skip to content

Commit 0c8ea37

Browse files
committed
Update test for new option
1 parent 970c5da commit 0c8ea37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/plugins/test_completion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def test_jedi_completion_item_resolve(config, workspace):
149149
# Over the blank line
150150
com_position = {'line': 8, 'character': 0}
151151
doc = Document(DOC_URI, workspace, DOC)
152+
config.update({'plugins': {'jedi_completion': {'resolve_at_most_labels': math.inf}}})
152153
completions = pylsp_jedi_completions(config, doc, com_position)
153154

154155
items = {c['label']: c for c in completions}

0 commit comments

Comments
 (0)