2018-07-17 18:39:04 +00:00
|
|
|
package p2p
|
|
|
|
|
2019-03-03 17:31:29 +00:00
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
)
|
2018-07-17 18:39:04 +00:00
|
|
|
|
|
|
|
func TestBuildOptions(t *testing.T) {
|
2019-05-28 12:54:49 +00:00
|
|
|
opts := buildOptions(&ServerConfig{})
|
2018-07-17 18:39:04 +00:00
|
|
|
|
|
|
|
_ = opts
|
|
|
|
}
|