summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjso8910 <60021163+jso8910@users.noreply.github.com>2021-06-05 08:53:54 +0800
committerGitHub <noreply@github.com>2021-06-05 08:53:54 +0800
commit6c4216d607a54843dec988904e758b166c2a8d9e (patch)
tree12590ad2dbcf79d8c6f5a2b42d7679caa6b94b20 /tests
parent67e16a5a0ce82c9aa10ce748d1c698928770c465 (diff)
downloadqutebrowser-6c4216d607a54843dec988904e758b166c2a8d9e.tar.gz
qutebrowser-6c4216d607a54843dec988904e758b166c2a8d9e.zip
Update tests/unit/mainwindow/test_prompt.py
Co-authored-by: Florian Bruhin <me@the-compiler.org>
Diffstat (limited to 'tests')
-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')