summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormamg22 <45301823+mamg22@users.noreply.github.com>2020-12-23 21:52:46 -0400
committermamg22 <45301823+mamg22@users.noreply.github.com>2020-12-23 21:52:46 -0400
commit785c59c5f6cb67369c144b69d42e308500b17c9a (patch)
tree790dfa64d78e5451dc8e80230c69420183015828
parent1a9b59fcfa73d1505834d8461ee166f07fb201cd (diff)
downloadqutebrowser-785c59c5f6cb67369c144b69d42e308500b17c9a.tar.gz
qutebrowser-785c59c5f6cb67369c144b69d42e308500b17c9a.zip
Reword function description and fix flake8 warning
-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'),