This commit is contained in:
felinae98 2022-02-16 21:52:58 +08:00
parent 78276e51ee
commit ad6059d631
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -90,9 +90,6 @@ async def test_add_with_target(app: App):
event_4_err = fake_group_message_event(
message=Message("000"), sender=fake_admin_user
)
import ipdb
ipdb.set_trace()
ctx.receive_event(bot, event_4_err)
ctx.should_call_send(event_4_err, "id输入错误", True)
ctx.should_rejected()