mirror of
				https://github.com/oneclickvirt/ecs.git
				synced 2025-10-31 19:03:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			132 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			132 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package commediatest
 | |
| 
 | |
| import (
 | |
| 	"testing"
 | |
| )
 | |
| 
 | |
| // 本包仅测试无实际使用
 | |
| func TestMedia(t *testing.T) {
 | |
| 	ComMediaTest("zh")
 | |
| }
 | 
