mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 03:58:55 +08:00
test group
This commit is contained in:
parent
b0669b7eea
commit
04b7dd719c
@ -119,3 +119,9 @@ func Test_GetAccountCode(t *testing.T) {
|
||||
assert.Nil(t, err)
|
||||
fmt.Println(code)
|
||||
}
|
||||
func Test_GetGroupMemberList(t *testing.T) {
|
||||
groupID := "3791742301"
|
||||
list, err := DB.GetGroupMemberIDListFromCache(groupID)
|
||||
assert.Nil(t, err)
|
||||
fmt.Println(list)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user