summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-03-31 15:42:10 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-03-31 15:42:10 +0200
commit621087032292b53a0c1fcc8f08c7bbeac5cec5d3 (patch)
tree84babc0054c871f4832edaea246553a467064783
parentaf85f7e6c99a118a2592d02297a14926915be113 (diff)
downloadqutebrowser-621087032292b53a0c1fcc8f08c7bbeac5cec5d3.tar.gz
qutebrowser-621087032292b53a0c1fcc8f08c7bbeac5cec5d3.zip
Restore deleted test
-rw-r--r--tests/unit/mainwindow/test_prompt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/mainwindow/test_prompt.py b/tests/unit/mainwindow/test_prompt.py
index fabf68a89..3218959a5 100644
--- a/tests/unit/mainwindow/test_prompt.py
+++ b/tests/unit/mainwindow/test_prompt.py
@@ -49,6 +49,7 @@ class TestFileCompletion:
@pytest.mark.parametrize('steps, where, subfolder', [
(1, 'next', 'a'),
+ (1, 'prev', 'c'),
(2, 'next', 'b'),
(2, 'prev', 'b'),
])