summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_models.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 11:19:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 12:53:23 +0100
commitea60bcfc2ae1e018559031a4c8a26b29caec1c59 (patch)
tree3901d11d03b7e4fc5166cff0dad07fc1e8c145a4 /tests/unit/completion/test_models.py
parentd9caaffa14d00fd09bd4ada11283ccedc523b680 (diff)
downloadqutebrowser-ea60bcfc2ae1e018559031a4c8a26b29caec1c59.tar.gz
qutebrowser-ea60bcfc2ae1e018559031a4c8a26b29caec1c59.zip
Sort :process completion manually
Diffstat (limited to 'tests/unit/completion/test_models.py')
-rw-r--r--tests/unit/completion/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py
index c60741c4c..ec62cdf88 100644
--- a/tests/unit/completion/test_models.py
+++ b/tests/unit/completion/test_models.py
@@ -1483,8 +1483,8 @@ def test_process_completion(monkeypatch, stubs, info):
expected = {
'Testprocess': [
- ('1001', 'successful', 'cmd1'),
('1002', 'running', 'cmd2'),
+ ('1001', 'successful', 'cmd1'),
],
'Editor': [
('1003', 'unsuccessful', 'cmd3'),