summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_models.py
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2018-09-11 20:15:18 +1200
committerJimmy <jimmy@spalge.com>2020-02-13 20:59:57 +1300
commit0a0cb3276819270e0d0bf52ab68d39889e90c30f (patch)
tree41fcc1f6b7487a39bffd8c4a642996ffb92217bd /tests/unit/completion/test_models.py
parentfb48b6c4f4b9c338b742b0b5957797a0c2084ca3 (diff)
downloadqutebrowser-0a0cb3276819270e0d0bf52ab68d39889e90c30f.tar.gz
qutebrowser-0a0cb3276819270e0d0bf52ab68d39889e90c30f.zip
Allow more than three columns in completions.
It seems to work!?
Diffstat (limited to 'tests/unit/completion/test_models.py')
-rw-r--r--tests/unit/completion/test_models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py
index d8006d10a..ffcd615d2 100644
--- a/tests/unit/completion/test_models.py
+++ b/tests/unit/completion/test_models.py
@@ -66,7 +66,6 @@ def _check_completions(model, expected):
actual[catname].append((name, desc, misc))
assert actual == expected
# sanity-check the column_widths
- assert len(model.column_widths) == 3
assert sum(model.column_widths) == 100