[tests] fix unit tests - missing mock of default_separators
This commit is contained in:
parent
cc8b8a5c31
commit
0fca0bb4f9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class TestI3BarOutput(unittest.TestCase):
|
|||
self.theme.bg.return_value = "#ababab"
|
||||
self.theme.align.return_value = None
|
||||
self.theme.minwidth.return_value = ""
|
||||
self.theme.default_separators.return_value = False
|
||||
|
||||
self.config = mock.Mock()
|
||||
self.config.markup.return_value = ""
|
||||
|
|
Loading…
Reference in a new issue