Skip to content

Commit

Permalink
Fix failing case in Bug528706CompletionWithMultilineTagsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 3, 2024
1 parent 151075f commit 4b74896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void testTagValueCompletionAsAMultiline() {

@Test
public void testTagValueCompletionAfterAMultiline() {
checkProposals(new String[] { "x86", "x86_64" },
checkProposals(new String[] { "x86_64" },
contentAssist.computeCompletionProposals(textViewer, 181 + 1), 181);
}

Expand Down

0 comments on commit 4b74896

Please sign in to comment.