Skip to content

Commit

Permalink
Fix test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler authored Jun 20, 2016
1 parent 4f2db6c commit 54872e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/raises.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_no_raise_message(self):
else:
assert False, "Expected pytest.raises.Exception"

def test_costum_raise_message(self):
def test_custom_raise_message(self):
message = "TEST_MESSAGE"
try:
with pytest.raises(ValueError, message=message):
Expand Down

0 comments on commit 54872e9

Please sign in to comment.