Commit 6714b755 by Stephan Groß

Fix missing para..

parent aeea3203
......@@ -808,5 +808,4 @@ class URLFieldTests(TestCase):
serializer = URLFieldSerializer(data={})
self.assertEqual(serializer.is_valid(), True)
self.assertEqual(getattr(serializer.fields['url_field'], 'max_length'), 20
\ No newline at end of file
self.assertEqual(getattr(serializer.fields['url_field'], 'max_length'), 20)
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