This commit is contained in:
Warren Jin 2015-01-25 22:21:55 -05:00
parent 6302fca16c
commit 7113a120bf

View File

@ -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,
}
}
}