From a3b0e7c1cbc8b389ec8e405739b09c1e604a22cc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 1 Jul 2016 14:38:18 +0200 Subject: [PATCH] Fix indent --- tests/unit/completion/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py index 8c19d4bee..064ed9533 100644 --- a/tests/unit/completion/test_models.py +++ b/tests/unit/completion/test_models.py @@ -89,7 +89,7 @@ def _patch_configdata(monkeypatch, stubs, symbol): 'Enable mind-control ui (experimental)'), ('voice', value.SettingValue(stubs.FakeConfigType(('on', 'off')), - default='off'), + default='off'), 'Whether to respond to voice commands'))), ]) monkeypatch.setattr(symbol, data)