Commit cba97291 by Tom Christie

Fix failing empty serializer test

parent 3fba60e9
......@@ -158,6 +158,7 @@ class BasicTests(TestCase):
'email': '',
'content': '',
'created': None,
'sub_comment': ''
}
self.assertEqual(serializer.data, expected)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment