Skip to content

Commit 858f513

Browse files
committed
oops
1 parent d2d9156 commit 858f513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_twisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def pytest_fixture_setup(fixturedef, request):
280280
def create_async_yield_fixture_finalizer(coroutine):
281281
def finalizer():
282282
_run_inline_callbacks(
283-
tear_it_down,
283+
_tear_it_down,
284284
defer.ensureDeferred(coroutine.__anext__()),
285285
)
286286

0 commit comments

Comments
 (0)