Skip to content

Commit

Permalink
comments and re ordering quickfix based on logging source values order
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Feb 6, 2025
1 parent d161418 commit dba1be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testReturnCodeActionForQuickfixForServerEnvWithMultiValues() throws
diagnostics.add(diagnostic1);
diagnostic1.setData("message,trace");
CompletableFuture<List<Either<Command, CodeAction>>> codeActionsCompletableFuture = retrieveCodeActions(textDocumentIdentifier, diagnostic);
List<CodeAction> expectedCodeActions=populateCodeActions(diagnostics,"Replace value with trace,message",
List<CodeAction> expectedCodeActions=populateCodeActions(diagnostics,"Replace value with message,trace",
"Replace value with message,trace,accessLog",
"Replace value with message,trace,ffdc","Replace value with message,trace,audit");
checkRetrievedCodeAction(textDocumentIdentifier, codeActionsCompletableFuture, expectedRange, expectedCodeActions);
Expand Down

0 comments on commit dba1be7

Please sign in to comment.