MCPcopy Create free account
hub / github.com/CPChain/chain / TestGetDefaultValidators

Function TestGetDefaultValidators

configs/general_test.go:56–59  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

54}
55
56func TestGetDefaultValidators(t *testing.T) {
57 urls := GetDefaultValidators()
58 assert.Nil(t, urls)
59}
60
61func TestGetDefaultValidatorsByRunMode(t *testing.T) {
62 SetRunMode(Dev)

Callers

nothing calls this directly

Calls 1

GetDefaultValidatorsFunction · 0.85

Tested by

no test coverage detected