Skip to content

Commit 9af3995

Browse files
Carreauianthomas23
authored andcommitted
Make our own mock kernel methods async (ipython#1346)
1 parent dc45243 commit 9af3995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __init__(self, *args, **kwargs):
121121
self.shell = MagicMock()
122122
super().__init__(*args, **kwargs)
123123

124-
def do_execute(
124+
async def do_execute(
125125
self, code, silent, store_history=True, user_expressions=None, allow_stdin=False
126126
):
127127
if not silent:

0 commit comments

Comments
 (0)