Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
adamboche committed Jun 8, 2019
1 parent dd59aa6 commit ff5244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_union.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def test_raises(data, schema):
dumped = schema.dump(data)

with pytest.raises(marshmallow.exceptions.ValidationError):
loaded = schema.load(data)
loaded = schema.load(data)

0 comments on commit ff5244e

Please sign in to comment.