prysm-pulse/shared/p2p/options_test.go
2019-05-28 05:54:49 -07:00

12 lines
126 B
Go

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