Skip to content

Commit

Permalink
[tests] Fix MavenCodeActionParticipantTest after API Change in XMLAssert
Browse files Browse the repository at this point in the history
  • Loading branch information
vrubezhny committed Jun 16, 2023
1 parent 2dad5d3 commit 1559908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ private void testCodeAction(DOMDocument xmlDocument, boolean ignoreNoGrammar, Di
assertDiagnostics(actual, Arrays.asList(expectedDiagnostic), true);

// Test for expected code action is returned
testCodeActionsFor(xmlDocument.getText(), expectedDiagnostic, (String) null, "pom.xml",
testCodeActionsFor(xmlDocument.getText(), expectedDiagnostic, null, (String) null, "pom.xml",
sharedSettings, xmlLanguageService, -1, expectedCodeAction);
}

Expand Down

0 comments on commit 1559908

Please sign in to comment.