Merge branch 'dev' into AzideCupric-recover

This commit is contained in:
felinae98
2022-03-17 11:44:10 +08:00
2 changed files with 6 additions and 35 deletions
+3 -1
View File
@@ -383,7 +383,7 @@ async def test_add_with_get_id(app: App):
ctx.should_rejected()
ctx.should_call_send(
event_4_query,
[MessageSegment(*BotReply.add_reply_on_id_input_search())],
Message([MessageSegment(*BotReply.add_reply_on_id_input_search())]),
True,
)
"""
@@ -403,3 +403,5 @@ async def test_add_with_get_id(app: App):
True,
)
ctx.should_finished()
subs = config.list_subscribe(10000, "group")
assert len(subs) == 0