Files
ecs/unlocktest/media_test.go
2025-08-06 09:06:48 +00:00

11 lines
113 B
Go

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