Skip to content

Commit 5136aa2

Browse files
committed
cleanup
Signed-off-by: Filinto Duran <[email protected]>
1 parent 189fecb commit 5136aa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/aio/test_context_compatibility.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ def test_async_context_additional_methods(self):
242242
"uuid4", # Deterministic UUID (from mixin)
243243
"new_guid", # Alias for uuid4
244244
"random_string", # Deterministic string generation
245-
"add_cleanup", # Cleanup task registration
246-
"get_debug_info", # Debug information
245+
"_get_info_snapshot", # Debug information
247246
]
248247

249248
for method_name in additional_methods:

0 commit comments

Comments
 (0)