micro/selector/random/random_test.go
Vasiliy Tolstov f3f2a9b737
Some checks failed
coverage / build (push) Failing after 56s
test / test (push) Successful in 2m30s
move to v4
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2025-01-25 15:48:10 +03:00

12 lines
145 B
Go

package random
import (
"testing"
"go.unistack.org/micro/v4/selector"
)
func TestRandom(t *testing.T) {
selector.Tests(t, NewSelector())
}