update testcase

This commit is contained in:
StarHeartHunt 2021-07-04 14:50:37 +08:00
parent 136b13b4cc
commit 866149902c

View File

@ -7,6 +7,6 @@ helper = on_command("114514")
@helper.handle() @helper.handle()
async def ding_helper(bot: FeishuBot, event: MessageEvent): async def feishu_helper(bot: FeishuBot, event: MessageEvent):
message = MessageSegment.text("1919810") message = MessageSegment.text("1919810")
await helper.finish(message) await helper.finish(message)