[tests] Fix failing test for i3bar protocol

This commit is contained in:
Tobias Witek 2017-04-26 07:50:27 +02:00
parent 02f3559734
commit 94c72a1e6a

View file

@ -36,7 +36,7 @@ class TestI3BarOutput(unittest.TestCase):
self.anyModule.id = mocks.rand(10)
self.anyModule.name = mocks.rand(10)
self.expectedStart = json.dumps({"version": 1, "click_events": True}) + "[\n"
self.expectedStart = json.dumps({"version": 1, "click_events": True}) + "\n[\n"
self.expectedStop = "]\n"
self.anyColor = "#ffffff"