We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0c6c0 commit a8e51baCopy full SHA for a8e51ba
tests/test_pubsub_sentinel.py
@@ -33,7 +33,6 @@ async def test_send_receive(channel_layer):
33
assert message["text"] == "Ahoy-hoy!"
34
35
36
-@pytest.mark.asyncio
37
def test_send_receive_sync(channel_layer, event_loop):
38
_await = event_loop.run_until_complete
39
channel = _await(channel_layer.new_channel())
@@ -59,7 +58,6 @@ async def test_multi_send_receive(channel_layer):
59
58
assert (await channel_layer.receive(channel))["type"] == "message.3"
60
61
62
63
def test_multi_send_receive_sync(channel_layer, event_loop):
64
65
0 commit comments