Skip to content

Commit b2c404b

Browse files
authored
update
1 parent 3d7fb86 commit b2c404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_async_interrupt(asynclib, request):
3535
__import__(asynclib)
3636
except ImportError:
3737
pytest.skip("Requires %s" % asynclib)
38-
request.addfinalizer(lambda: execute("%autoawait asyncio", KC))
38+
request.addfinalizer(lambda: execute("%autoawait " + asynclib, KC))
3939

4040
flush_channels(KC)
4141
msg_id, content = execute("%autoawait " + asynclib, KC)

0 commit comments

Comments
 (0)