Skip to content

Commit 8b5e143

Browse files
Merge branch 'topic/fix_tets' into 'master'
Adapt test to new 'auto import' behavior See merge request eng/ide/ada_language_server!1534
2 parents 700e0a1 + 8f986fe commit 8b5e143

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)