mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-11 23:47:32 +08:00
11 lines
119 B
Go
11 lines
119 B
Go
package cos
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestName(t *testing.T) {
|
|
newRequest(nil, nil, nil, "", "", nil, nil, nil)
|
|
|
|
}
|