diff options
Diffstat (limited to 'tests/m2m_through_regress/tests.py')
| -rw-r--r-- | tests/m2m_through_regress/tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/m2m_through_regress/tests.py b/tests/m2m_through_regress/tests.py index 4eaa4431b6..26e20fc97d 100644 --- a/tests/m2m_through_regress/tests.py +++ b/tests/m2m_through_regress/tests.py @@ -128,8 +128,7 @@ class M2MThroughSerializationTestCase(TestCase): ) out = StringIO() - management.call_command("dumpdata", "m2m_through_regress", format="xml", - indent=2, stdout=out) + management.call_command("dumpdata", "m2m_through_regress", format="xml", indent=2, stdout=out) self.assertXMLEqual(out.getvalue().strip(), """ <?xml version="1.0" encoding="utf-8"?> <django-objects version="1.0"> |
