Skip to content

Commit

Permalink
Minor test docstring style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 1, 2019
1 parent 509d0de commit 84e5a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema/tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_extend(self):

def test_extend_idof(self):
"""
Test that validators.extend correctly copies id_of from orignal validator.
Extending a validator preserves its notion of schema IDs.
"""
id_ = "the://correct/id/"
default_id_of = self.Validator.ID_OF
Expand Down

0 comments on commit 84e5a89

Please sign in to comment.