mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
更新测试用例中的消息格式,将插件更新通知中的空格改为换行符
This commit is contained in:
parent
5e7509598b
commit
ea114a71f2
@ -58,7 +58,7 @@ async def test_update_all_plugin_basic_need_update(
|
||||
)
|
||||
ctx.should_call_send(
|
||||
event=event,
|
||||
message=Message(message="已更新插件 识图 共计1个插件! 重启后生效"),
|
||||
message=Message(message="已更新插件 识图\n共计1个插件! 重启后生效"),
|
||||
result=None,
|
||||
bot=bot,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user