We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0ae53 commit c3a499fCopy full SHA for c3a499f
1 file changed
test/plugins/test_references.py
@@ -42,7 +42,7 @@ def test_references(tmp_workspace): # pylint: disable=redefined-outer-name
42
DOC1_URI = uris.from_fs_path(os.path.join(tmp_workspace.root_path, DOC1_NAME))
43
doc1 = Document(DOC1_URI, tmp_workspace)
44
45
- refs = pylsp_references(doc1, position)
+ refs = pylsp_references(doc1, position, exclude_declaration=False)
46
47
# Definition, the import and the instantiation
48
assert len(refs) == 3
0 commit comments