From 621087032292b53a0c1fcc8f08c7bbeac5cec5d3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 31 Mar 2022 15:42:10 +0200 Subject: Restore deleted test --- tests/unit/mainwindow/test_prompt.py | 1 + 1 file changed, 1 insertion(+) 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'), ]) -- cgit v1.2.3-54-g00ecf