diff options
| author | Mark Aaron Shirley | 2013-01-04 13:54:51 +0100 | 
|---|---|---|
| committer | Mark Aaron Shirley | 2013-01-16 16:04:20 -0800 | 
| commit | 8e5003a1f6e61664e99a376ef8c200f53c4507e1 (patch) | |
| tree | c5ecd50c96e016b0bdf75803f69feb676db3984e /rest_framework | |
| parent | 46eea97380ab9723d747b41fab0a305dec19c738 (diff) | |
| download | django-rest-framework-8e5003a1f6e61664e99a376ef8c200f53c4507e1.tar.bz2 | |
Update errant test comment
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/tests/nesting.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/rest_framework/tests/nesting.py b/rest_framework/tests/nesting.py index 9cc46c6c..dbc8ebc9 100644 --- a/rest_framework/tests/nesting.py +++ b/rest_framework/tests/nesting.py @@ -66,7 +66,8 @@ class NestedOneToOneTests(TestCase):          self.assertEquals(serializer.data, data)          self.assertEqual(obj.name, u'target-4') -        # Ensure (source 4, target 4) is added, and everything else is as expected +        # Ensure (target 4, target_source 4, source 4) are added, and +        # everything else is as expected.          queryset = OneToOneTarget.objects.all()          serializer = OneToOneTargetSerializer(queryset)          expected = [  | 
