Skip to content

Commit 36e44f8

Browse files
committed
update test case name
1 parent 7d4d6a0 commit 36e44f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def _check_no_crash(self, exc):
429429
# ensure that the __str__() method does not crash
430430
_ = str(exc)
431431

432-
def test_unicode_encode_error_custom_str(self):
432+
def test_unicode_error_custom_str(self):
433433

434434
class Evil(str):
435435
def __str__(self):

0 commit comments

Comments
 (0)