Skip to content

Commit 41c01a6

Browse files
committed
rename test class
1 parent 4932008 commit 41c01a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_codecs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def test_asrawunicodeescapestring(self):
521521
# CRASHES asrawunicodeescapestring(NULL)
522522

523523

524-
class CAPICodecRegistration(unittest.TestCase):
524+
class CAPICodecs(unittest.TestCase):
525525

526526
def setUp(self):
527527
self.enterContext(import_helper.isolated_modules())

0 commit comments

Comments
 (0)