Fix broken renderer test

This commit is contained in:
Tom Christie 2012-01-05 18:08:47 +00:00
parent e341d0d381
commit aaea2f26bc

View File

@ -157,7 +157,7 @@ class RendererIntegrationTests(TestCase):
_flat_repr = '{"foo": ["bar", "baz"]}'
_indented_repr = '{\n "foo": [\n "bar",\n "baz"\n ]\n}'
_indented_repr = '{\n "foo": [\n "bar", \n "baz"\n ]\n}'
class JSONRendererTests(TestCase):