Vasiliy Tolstov
06136312bb
* regen files with never protoc * rewrite import path Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
12 lines
153 B
Go
12 lines
153 B
Go
package random
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/unistack-org/micro/v3/selector"
|
|
)
|
|
|
|
func TestRandom(t *testing.T) {
|
|
selector.Tests(t, NewSelector())
|
|
}
|