[tests] fix unit tests - missing mock of default_separators

This commit is contained in:
tobi-wan-kenobi 2020-05-01 15:37:53 +02:00
parent cc8b8a5c31
commit 0fca0bb4f9

View file

@ -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 = ""