Files
micro/selector/random/random_test.go
2021-10-02 19:55:07 +03:00

12 lines
145 B
Go

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