Skip to content

Commit cd539d5

Browse files
kinto0facebook-github-bot
authored andcommitted
improve test
Summary: we might as well test every import in this file since it's now fairly easy Reviewed By: SamChou19815 Differential Revision: D75472628 fbshipit-source-id: c3dc5c914e59e34d9f4d3d7ea3ff647685656797
1 parent d10b236 commit cd539d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrefly/lib/test/lsp/lsp_interaction.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ fn test_go_to_def_basic(root: &TempDir, workspace_folders: Option<Vec<(String, U
139139
workspace_folders,
140140
"foo.py",
141141
vec![
142+
(5, 7, "bar.py".to_owned(), 0, 0, 0, 0),
142143
(6, 16, "bar.py".to_owned(), 6, 6, 6, 9),
143144
(8, 9, "bar.py".to_owned(), 7, 4, 7, 7),
144145
(9, 7, "bar.py".to_owned(), 6, 6, 6, 9),

0 commit comments

Comments
 (0)