Merge pull request #73 from kuba/acme_test_pretty_heisenbug

Remove heisenbug from acme_test
This commit is contained in:
James Kasten 2014-11-24 04:46:53 -08:00
commit b8ee00bddd

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__':