This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeNode/internal/nodes/api_stream_test.go
T

9 lines
124 B
Go

package nodes
import "testing"
func TestAPIStream_Start(t *testing.T) {
apiStream := NewAPIStream()
apiStream.Start()
}