From 94c72a1e6a084914e29284bf34ee776761acbb9a Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Wed, 26 Apr 2017 07:50:27 +0200 Subject: [PATCH] [tests] Fix failing test for i3bar protocol --- tests/test_i3baroutput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_i3baroutput.py b/tests/test_i3baroutput.py index 68f77df..8c566ef 100644 --- a/tests/test_i3baroutput.py +++ b/tests/test_i3baroutput.py @@ -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"