We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189fecb commit 5136aa2Copy full SHA for 5136aa2
tests/aio/test_context_compatibility.py
@@ -242,8 +242,7 @@ def test_async_context_additional_methods(self):
242
"uuid4", # Deterministic UUID (from mixin)
243
"new_guid", # Alias for uuid4
244
"random_string", # Deterministic string generation
245
- "add_cleanup", # Cleanup task registration
246
- "get_debug_info", # Debug information
+ "_get_info_snapshot", # Debug information
247
]
248
249
for method_name in additional_methods:
0 commit comments