Skip to content

Commit

Permalink
Fixed Class Newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lsanpablo committed Dec 4, 2015
1 parent 84b5e41 commit 4b59681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def test_get_value_multi_dictionary_partial(self):
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')
Expand Down

0 comments on commit 4b59681

Please sign in to comment.