Skip to content

Commit 8048ae1

Browse files
committed
rename test class
1 parent 15b6811 commit 8048ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_codecs.py

Lines changed: 1 addition & 1 deletion
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)