mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Fixed Class Newlines
This commit is contained in:
parent
84b5e41af8
commit
4b59681c60
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user