summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/unit/mainwindow/test_prompt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/mainwindow/test_prompt.py b/tests/unit/mainwindow/test_prompt.py
index 1110e80d7..16a636714 100644
--- a/tests/unit/mainwindow/test_prompt.py
+++ b/tests/unit/mainwindow/test_prompt.py
@@ -82,7 +82,7 @@ class TestFileCompletion:
qtbot.keyPress(prompt._lineedit, Qt.Key_Backspace)
prompt._set_fileview_root(prompt._lineedit.text())
- # ...and foo should get completed from f
+ # '..' and 'foo' should get completed from 'f'
prompt.item_focus('next')
assert prompt._lineedit.text() == str(tmp_path)
prompt.item_focus('next')