mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 18:36:19 +08:00
12 lines
132 B
Go
12 lines
132 B
Go
package group
|
|
|
|
import "testing"
|
|
|
|
func TestName(t *testing.T) {
|
|
var g Group
|
|
|
|
g.KickGroupMember(nil)
|
|
g.GetGroupMembersInfo(nil)
|
|
|
|
}
|