Skip to content

Commit c3a499f

Browse files
committed
Fix tests
1 parent fe0ae53 commit c3a499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/plugins/test_references.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_references(tmp_workspace): # pylint: disable=redefined-outer-name
4242
DOC1_URI = uris.from_fs_path(os.path.join(tmp_workspace.root_path, DOC1_NAME))
4343
doc1 = Document(DOC1_URI, tmp_workspace)
4444

45-
refs = pylsp_references(doc1, position)
45+
refs = pylsp_references(doc1, position, exclude_declaration=False)
4646

4747
# Definition, the import and the instantiation
4848
assert len(refs) == 3

0 commit comments

Comments
 (0)