Fixed Class Newlines

This commit is contained in:
Luis San Pablo 2015-12-04 05:56:42 +00:00
parent 84b5e41af8
commit 4b59681c60
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class TestManyRelatedField(APISimpleTestCase):
mvd = MultiValueDict({'baz': ['bar1', 'bar2']})
assert empty == self.field.get_value(mvd)
class TestHyperlink:
def setup(self):
self.default_hyperlink = serializers.Hyperlink('http://example.com', 'test')