Files
ecs/commediatest/media_test.go
spiritysdx 0604528cf1 update
2024-06-25 19:56:54 +08:00

10 lines
98 B
Go

package commediatest
import (
"testing"
)
func TestMedia(t *testing.T) {
ComMediaTest("zh")
}