Skip to content

Commit 862de7c

Browse files
javier-godoypaodb
authored andcommitted
doc: fix comment in integration test
1 parent d250240 commit 862de7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void testSelectionFeature() throws InterruptedException {
102102
term.sendKeys(Keys.DELETE);
103103
assertThat(term.currentLine(), isEmptyString());
104104

105-
// select to home, delete (wrapping)
105+
// select to end, delete (wrapping)
106106
term.write(text);
107107
assertThat(term.currentLine(), is(text));
108108
term.sendKeys(Keys.HOME);

0 commit comments

Comments
 (0)