prysm-pulse/shared/p2p/options_test.go
2018-07-24 10:21:58 -05:00

10 lines
106 B
Go

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