Files
ecs/unlocktest/media_test.go
spiritysdx 9f956f6e8c update
2024-06-30 13:02:07 +08:00

11 lines
107 B
Go

package unlocktest
import (
"fmt"
"testing"
)
func Test(t *testing.T) {
fmt.Printf(MediaTest("zh"))
}