From c40059715a3d7910cae1d4c85638d811e4bef60e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 29 Jul 2016 10:43:53 +0200 Subject: [PATCH] Fix long line --- tests/unit/completion/test_models.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py index 6e21b9bab..6772e1201 100644 --- a/tests/unit/completion/test_models.py +++ b/tests/unit/completion/test_models.py @@ -290,8 +290,9 @@ def test_url_completion(qtmodeltester, config_stub, web_history, quickmarks, ] -def test_url_completion_delete_bookmark(qtmodeltester, config_stub, web_history, - quickmarks, bookmarks, qtbot): +def test_url_completion_delete_bookmark(qtmodeltester, config_stub, + web_history, quickmarks, bookmarks, + qtbot): """Test deleting a bookmark from the url completion model.""" config_stub.data['completion'] = {'timestamp-format': '%Y-%m-%d', 'web-history-max-items': 2}