Skip to content

Commit 8f986fe

Browse files
Adapt test to new 'auto import' behavior
When qualifiers are already spedcified by the user we now only propose the corresponding unit. For eng/ide/lal-refactor#20
1 parent 700e0a1 commit 8f986fe

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

testsuite/ada_lsp/refactoring_imports_commands/issue_1250/refactor_imports_commands.json

-24
Original file line numberDiff line numberDiff line change
@@ -159,30 +159,6 @@
159159
}
160160
]
161161
}
162-
},
163-
{
164-
"title": "Qualify with E",
165-
"kind": "quickfix",
166-
"command": {
167-
"title": "",
168-
"command": "als-auto-import",
169-
"arguments": [
170-
{
171-
"context": "Default",
172-
"where": {
173-
"textDocument": {
174-
"uri": "$URI{main.adb}"
175-
},
176-
"position": {
177-
"line": 2,
178-
"character": 5
179-
}
180-
},
181-
"import": "E",
182-
"qualifier": "E"
183-
}
184-
]
185-
}
186162
}
187163
]
188164
}

0 commit comments

Comments
 (0)