mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 15:51:54 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package nodes
 | 
						|
 | 
						|
import "testing"
 | 
						|
 | 
						|
func TestAPIStream_Start(t *testing.T) {
 | 
						|
	apiStream := NewAPIStream()
 | 
						|
	apiStream.Start()
 | 
						|
}
 |