Fix completion widget unit tests

This commit is contained in:
Florian Bruhin 2016-08-01 16:29:47 +02:00
parent 15863065cb
commit 693210920c

View File

@ -57,7 +57,8 @@ def completionview(qtbot, status_command_stub, config_stub, win_registry,
'completion.scrollbar.bg': QColor(), 'completion.scrollbar.bg': QColor(),
}, },
'fonts': { 'fonts': {
'completion': 'Comic Sans Monospace' 'completion': 'Comic Sans Monospace',
'completion.category': 'Comic Sans Monospace bold',
} }
} }
# mock the Completer that the widget creates in its constructor # mock the Completer that the widget creates in its constructor