diff --git a/tests/test_coroutines.py b/tests/test_coroutines.py index 12e34cdd..506cff1e 100644 --- a/tests/test_coroutines.py +++ b/tests/test_coroutines.py @@ -12,9 +12,9 @@ @pytest.mark.parametrize( "type_", [ - # "coroutinefunc", + "coroutinefunc", "weak_coroutinefunc", - # "coroutinemethod", + "coroutinemethod", ], ) @pytest.mark.asyncio