mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 10:17:56 +08:00
fix test_send
This commit is contained in:
@@ -46,4 +46,6 @@ async def test_send_queue(app: App):
|
||||
"send_group_msg", {"group_id": "1233", "message": "msg"}, True
|
||||
)
|
||||
LAST_SEND_TIME = 0
|
||||
await asyncio.sleep(2)
|
||||
await do_send_msgs()
|
||||
assert ctx.wait_list.empty()
|
||||
|
||||
Reference in New Issue
Block a user