mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
12 lines
126 B
Go
12 lines
126 B
Go
package p2p
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestBuildOptions(t *testing.T) {
|
|
opts := buildOptions(&ServerConfig{})
|
|
|
|
_ = opts
|
|
}
|