summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_models.py
diff options
context:
space:
mode:
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 b94c19a06..2c00acf68 100644
--- a/tests/unit/completion/test_models.py
+++ b/tests/unit/completion/test_models.py
@@ -885,7 +885,7 @@ def test_tab_focus_completion_delete(qtmodeltester, fake_web_tab, win_registry,
parent = model.index(0, 0)
idx = model.index(1, 0, parent)
- # # sanity checks
+ # sanity checks
assert model.data(parent) == "Tabs"
assert model.data(idx) == '2'