Skip to content

Commit 54872e9

Browse files
authored
Fix test name typo
1 parent 4f2db6c commit 54872e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/raises.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_no_raise_message(self):
8787
else:
8888
assert False, "Expected pytest.raises.Exception"
8989

90-
def test_costum_raise_message(self):
90+
def test_custom_raise_message(self):
9191
message = "TEST_MESSAGE"
9292
try:
9393
with pytest.raises(ValueError, message=message):

0 commit comments

Comments
 (0)