mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-16 04:10:38 +08:00
10 lines
98 B
Go
10 lines
98 B
Go
package commediatest
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMedia(t *testing.T) {
|
|
ComMediaTest("zh")
|
|
}
|