mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 13:30:12 +03:00
spaces
This commit is contained in:
parent
6302fca16c
commit
7113a120bf
|
@ -308,12 +308,12 @@ class TestRecursiveField:
|
|||
|
||||
def test_serialize_list(self):
|
||||
value = {
|
||||
'name':'first',
|
||||
'name': 'first',
|
||||
'next': {
|
||||
'name':'second',
|
||||
'name': 'second',
|
||||
'next':{
|
||||
'name':'third',
|
||||
'next':None,
|
||||
'name': 'third',
|
||||
'next': None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user