prysm-pulse/shared/p2p/options_test.go
Preston Van Loon 8587c637a0 Added flag for p2p port (#968)
* Added flag for p2p port

* Register flag with main

* lint

* Fix flag
2018-11-26 10:54:02 +08:00

10 lines
107 B
Go

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