mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +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()
|
|
}
|