Files
micro/selector/random/random_test.go
2020-10-20 10:15:39 +01:00

12 lines
148 B
Go

package random
import (
"testing"
"github.com/asim/go-micro/v3/selector"
)
func TestRandom(t *testing.T) {
selector.Tests(t, NewSelector())
}