From 785c59c5f6cb67369c144b69d42e308500b17c9a Mon Sep 17 00:00:00 2001 From: mamg22 <45301823+mamg22@users.noreply.github.com> Date: Wed, 23 Dec 2020 21:52:46 -0400 Subject: Reword function description and fix flake8 warning --- tests/unit/browser/test_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- cgit v1.2.3-54-g00ecf