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): def test_serialize_list(self):
value = { value = {
'name':'first', 'name': 'first',
'next': { 'next': {
'name':'second', 'name': 'second',
'next':{ 'next':{
'name':'third', 'name': 'third',
'next':None, 'next': None,
} }
} }
} }