open-im-server/pkg/common/db/s3/cos/internal_test.go
2023-09-14 17:17:51 +08:00

11 lines
119 B
Go

package cos
import (
"testing"
)
func TestName(t *testing.T) {
newRequest(nil, nil, nil, "", "", nil, nil, nil)
}