prysm-pulse/shared/p2p/options_test.go
2019-03-03 09:31:29 -08:00

12 lines
112 B
Go

package p2p
import (
"testing"
)
func TestBuildOptions(t *testing.T) {
opts := buildOptions(1)
_ = opts
}