[tests] Fix failing test for i3bar protocol
This commit is contained in:
parent
02f3559734
commit
94c72a1e6a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TestI3BarOutput(unittest.TestCase):
|
||||||
self.anyModule.id = mocks.rand(10)
|
self.anyModule.id = mocks.rand(10)
|
||||||
self.anyModule.name = 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.expectedStop = "]\n"
|
||||||
|
|
||||||
self.anyColor = "#ffffff"
|
self.anyColor = "#ffffff"
|
||||||
|
|
Loading…
Reference in a new issue