Skip to content

Commit 22f7973

Browse files
Hizuru3vstinner
andauthored
Update Lib/test/test_unicodedata.py
Co-authored-by: Victor Stinner <[email protected]>
1 parent 30af45e commit 22f7973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_unicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def test_bug_834676(self):
467467
# Check for bug 834676
468468
unicodedata.normalize('NFC', '\ud55c\uae00')
469469

470-
def test_normalize_func_shall_return_exact_str(self):
470+
def test_normalize_return_type(self):
471471
# See: https://github.com/python/cpython/issues/129569
472472
normalize = unicodedata.normalize
473473

0 commit comments

Comments
 (0)