Skip to content

Commit 66fe88d

Browse files
committed
Fix test
1 parent 0c5fb28 commit 66fe88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_symbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def sym(name):
5151

5252
def test_symbols(config, workspace):
5353
doc = Document(DOC_URI, workspace, DOC)
54-
config.update({"plugins": {"jedi_symbols": {"all_scopes": False}}})
54+
config.update({"plugins": {"jedi_document_symbols": {"all_scopes": False}}})
5555
symbols = pylsp_document_symbols(config, doc)
5656

5757
# All four symbols (import sys, a, B, main)

0 commit comments

Comments
 (0)