Initial commit (code only without large binaries)
This commit is contained in:
15
EdgeNode/internal/nodes/api_stream_test.go
Normal file
15
EdgeNode/internal/nodes/api_stream_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package nodes
|
||||
|
||||
import (
|
||||
"github.com/TeaOSLab/EdgeNode/internal/utils/testutils"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestAPIStream_Start(t *testing.T) {
|
||||
if !testutils.IsSingleTesting() {
|
||||
return
|
||||
}
|
||||
|
||||
apiStream := NewAPIStream()
|
||||
apiStream.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user