summaryrefslogtreecommitdiff
path: root/tests/unit/browser/test_history.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/browser/test_history.py')
-rw-r--r--tests/unit/browser/test_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/browser/test_history.py b/tests/unit/browser/test_history.py
index e56298037..cb993ddf1 100644
--- a/tests/unit/browser/test_history.py
+++ b/tests/unit/browser/test_history.py
@@ -418,7 +418,7 @@ class TestRebuild:
assert list(hist2.completion) == [('http://example.com', '', 1)]
def test_pattern_change_rebuild(self, config_stub, web_history, stubs):
- """Ensure that completion is regenerated when exclude patterns change"""
+ """Ensure that completion is rebuilt when exclude patterns change."""
config_stub.val.completion.web_history.exclude = ['*.example.org']
web_history.add_url(QUrl('http://example.com'),