mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-09-05 15:49:51 +08:00
11 lines
104 B
Go
11 lines
104 B
Go
package group
|
|
|
|
import "testing"
|
|
|
|
func TestName(t *testing.T) {
|
|
var g Group
|
|
|
|
g.KickGroupMember(nil)
|
|
|
|
}
|