mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
test group file
This commit is contained in:
parent
f2b0f54c0b
commit
2b6f861f3b
@ -119,3 +119,9 @@ func Test_GetAccountCode(t *testing.T) {
|
|||||||
assert.Nil(t, err)
|
assert.Nil(t, err)
|
||||||
fmt.Println(code)
|
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