mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +03:00
removed blank line
This commit is contained in:
parent
4871372e24
commit
e2e039b4e8
|
@ -1251,7 +1251,6 @@ class Issue6110ModelSerializer(serializers.ModelSerializer):
|
|||
|
||||
|
||||
class Issue6110Test(TestCase):
|
||||
|
||||
def test_model_serializer_custom_manager(self):
|
||||
instance = Issue6110ModelSerializer().create({'name': 'test_name'})
|
||||
self.assertEqual(instance.name, 'test_name')
|
||||
|
|
Loading…
Reference in New Issue
Block a user