fix generate bug

This commit is contained in:
felinae98
2021-09-07 22:47:25 +08:00
parent 8e61e27127
commit 01305c1cf6
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -51,3 +51,4 @@ async def test_fetch_new(arknights, dummy_user_subinfo, arknights_list_0, arknig
assert(post.target_name == '明日方舟游戏内公告')
assert(len(post.pics) == 1)
assert(post.pics == ['https://ak-fs.hypergryph.com/announce/images/20210623/e6f49aeb9547a2278678368a43b95b07.jpg'])
r = await post.generate_messages()