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