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