Skip to content

Commit bac4080

Browse files
committed
fix test
1 parent 71322a3 commit bac4080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands2/coroutinecommand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(
6161

6262
if is_coroutine(coroutine):
6363
self.coroutine = coroutine
64-
elif is_coroutine_function(coroutine):
64+
elif is_coroutineable(coroutine):
6565
self.coroutine_function = coroutine
6666
else:
6767
raise TypeError("The coroutine must be a coroutine or a coroutine function")

0 commit comments

Comments
 (0)