Skip to content

Commit 0e72226

Browse files
committed
测试用例修改
1 parent 60d3ce5 commit 0e72226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_test/message_unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_group_send(self):
5757
rep = rc.get_message().get_group().send(from_user_id, to_group_id, object_name, content)
5858
self.assertEqual(rep['code'], 200, rep)
5959

60-
def test_group_send(self):
60+
def test_group_send_direction(self):
6161
from_user_id = 'AAA'
6262
to_group_id = 'Group_1'
6363
to_user_ids = ['21', '22']

0 commit comments

Comments
 (0)