summaryrefslogtreecommitdiff
path: root/tests/unit/completion/test_models.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 09:48:46 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 09:50:32 +0100
commit88cd06c0b7724035d2324f7a3eaa3bdd3e296416 (patch)
tree9ca410bf6238465fe2cf6588924afee3a8d877da /tests/unit/completion/test_models.py
parent0fc6d1109d041c69a68a896db87cf1b8c194cef7 (diff)
downloadqutebrowser-88cd06c0b7724035d2324f7a3eaa3bdd3e296416.tar.gz
qutebrowser-88cd06c0b7724035d2324f7a3eaa3bdd3e296416.zip
Minor reformat
Diffstat (limited to 'tests/unit/completion/test_models.py')
-rw-r--r--tests/unit/completion/test_models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py
index b86eda979..d981caa9d 100644
--- a/tests/unit/completion/test_models.py
+++ b/tests/unit/completion/test_models.py
@@ -425,8 +425,8 @@ def test_filesystem_completion(qtmodeltester, config_stub, info,
def test_default_filesystem_completion(qtmodeltester, config_stub, info,
- web_history_populated, quickmarks, bookmarks,
- local_files_path):
+ web_history_populated, quickmarks, bookmarks,
+ local_files_path):
config_stub.val.completion.open_categories = ['filesystem']
config_stub.val.completion.favorite_paths = [str(local_files_path)]
model = urlmodel.url(info=info)