mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
8587c637a0
* Added flag for p2p port * Register flag with main * lint * Fix flag
10 lines
107 B
Go
10 lines
107 B
Go
package p2p
|
|
|
|
import "testing"
|
|
|
|
func TestBuildOptions(t *testing.T) {
|
|
opts := buildOptions(1)
|
|
|
|
_ = opts
|
|
}
|