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