summaryrefslogtreecommitdiff
path: root/tests/helpers/fixtures.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 18:15:58 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 18:19:03 +0100
commit25afb200eddaf3c859b2d9098836a7b8c1c934ab (patch)
treeff904fe39c48c7cdaf53877cb8c2c59c90dff2ec /tests/helpers/fixtures.py
parentfc87c3df0fd3b4c4a748876b526e6d7f29f70a02 (diff)
downloadqutebrowser-25afb200eddaf3c859b2d9098836a7b8c1c934ab.tar.gz
qutebrowser-25afb200eddaf3c859b2d9098836a7b8c1c934ab.zip
Rename :enter-mode and :leave-mode
See #6022
Diffstat (limited to 'tests/helpers/fixtures.py')
-rw-r--r--tests/helpers/fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py
index 7de34a9a7..d0804d6e0 100644
--- a/tests/helpers/fixtures.py
+++ b/tests/helpers/fixtures.py
@@ -284,7 +284,7 @@ def _generate_cmdline_tests():
separators = [';;', ' ;; ', ';; ', ' ;;']
invalid = ['foo', '']
- valid = ['leave-mode', 'hint all']
+ valid = ['mode-leave', 'hint all']
# Valid command only -> valid
for item in valid:
yield TestCase(''.join(item), True)