Skip to content

Commit

Permalink
更新测试用例中的消息格式,将插件更新通知中的空格改为换行符
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp committed Oct 1, 2024
1 parent 5e75095 commit ea114a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit ea114a7

Please sign in to comment.