summaryrefslogtreecommitdiff
path: root/tests/serializers/test_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/serializers/test_data.py')
-rw-r--r--tests/serializers/test_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/serializers/test_data.py b/tests/serializers/test_data.py
index 6a6de18033..c626f2550a 100644
--- a/tests/serializers/test_data.py
+++ b/tests/serializers/test_data.py
@@ -241,8 +241,8 @@ def inherited_compare(testcase, pk, klass, data):
testcase.assertEqual(value, getattr(instance, key))
-# Define some test helpers. Each has a pair of functions: one to create objects and one
-# to make assertions against objects of a particular type.
+# Define some test helpers. Each has a pair of functions: one to create objects
+# and one to make assertions against objects of a particular type.
TestHelper = namedtuple("TestHelper", ["create_object", "compare_object"])
data_obj = TestHelper(data_create, data_compare)
generic_obj = TestHelper(generic_create, generic_compare)