Skip to content

Commit ec0b12e

Browse files
erohmensingalwx
authored andcommitted
fix test
1 parent c35f6b8 commit ec0b12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def mocked_cmd_input(package, text: Text):
5353
text_generator = itertools.cycle(text)
5454
i = package.get_user_input
5555

56-
def mocked_input(*args, **kwargs):
56+
async def mocked_input(*args, **kwargs):
5757
value = next(text_generator)
5858
print(f"wrote '{value}' to input")
5959
return value

0 commit comments

Comments
 (0)