mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +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)
|
|
|
|
}
|