Remove heisenbug from acme_test

This commit is contained in:
Jakub Warmuz 2014-11-24 02:16:24 +01:00
parent 26e5535d21
commit c2d0acb063

View file

@ -50,8 +50,8 @@ class PrettyTest(unittest.TestCase):
def test_it(self):
self.assertEqual(
self._call('{"foo": "bar", "foo2": "bar2"}'),
'{\n "foo2": "bar2", \n "foo": "bar"\n}')
self._call('{"foo": {"bar": "baz"}}'),
'{\n "foo": {\n "bar": "baz"\n }\n}')
if __name__ == '__main__':