Skip to content

Commit edf6db4

Browse files
committed
Update
1 parent 30aed72 commit edf6db4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_interpreters/test_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,10 +2204,9 @@ def test_whence(self):
22042204
whence = eval(text)
22052205
self.assertEqual(whence, _interpreters.WHENCE_LEGACY_CAPI)
22062206

2207-
def test_get_current_missing(self):
2207+
def test_contextvars_missing(self):
22082208
script = f"""
22092209
import contextvars
2210-
from concurrent.interpreters import get_current
22112210
print(getattr(contextvars.Token, "MISSING", "'doesn't exist'"))
22122211
"""
22132212
def parse_stdout(text):

0 commit comments

Comments
 (0)