Skip to content

Commit 70cc4db

Browse files
committed
Somewhat fix the tests.
1 parent c8600b9 commit 70cc4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5786,7 +5786,7 @@ def test_types_module_has_signatures(self):
57865786
'AsyncGeneratorType': {'athrow'},
57875787
'CoroutineType': {'throw'},
57885788
'GeneratorType': {'throw'},
5789-
'FrameLocalsProxyType': {'setdefault', 'pop'}
5789+
'FrameLocalsProxyType': {'setdefault', 'pop', 'get'}
57905790
}
57915791
self._test_module_has_signatures(types,
57925792
unsupported_signature=unsupported_signature,

0 commit comments

Comments
 (0)