Skip to content

Commit 54f0b0e

Browse files
Make tests robust to changes in available codeActions
(no-issue-check)
1 parent aaea42d commit 54f0b0e

File tree

2 files changed

+2
-0
lines changed
  • testsuite/ada_lsp

2 files changed

+2
-0
lines changed

testsuite/ada_lsp/refactoring_replace_type/Q817-007/test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
{
178178
"id": 1,
179179
"result": [
180+
"<HAS>",
180181
{
181182
"title": "Replace Type",
182183
"kind": "refactor.rewrite",

testsuite/ada_lsp/refactoring_sort_dependencies/SA22-035/test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"jsonrpc": "2.0",
163163
"id": 1,
164164
"result": [
165+
"<HAS>",
165166
{
166167
"title": "Sort Dependencies",
167168
"kind": "source.organizeImports",

0 commit comments

Comments
 (0)