Fix completion widget unit tests
This commit is contained in:
parent
15863065cb
commit
693210920c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user