Skip to content

Commit be25362

Browse files
Fix the test name.
1 parent 30904e7 commit be25362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ def setUpClass(cls):
24172417
@cpython_only
24182418
@unittest.skipIf(is_apple_mobile, "Fails on iOS due to test ordering; see #121832.")
24192419
@no_rerun('channels (and queues) might have a refleak; see gh-122199')
2420-
def test_slot_wrappers(self):
2420+
def test_static_types_inherited_slots(self):
24212421
rch, sch = interpreters.channels.create()
24222422

24232423
slots = []

0 commit comments

Comments
 (0)