Skip to content

Commit 0d266ea

Browse files
committed
oops
1 parent 1dd8955 commit 0d266ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_twisted/two.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def _async_pytest_pyfunc_call(pyfuncitem, f, kwargs):
2222
# TODO: maybe deprecate this
2323
result = yield f(**kwargs)
2424

25-
return result
25+
defer.returnValue(result)

0 commit comments

Comments
 (0)