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

Function TestProposers

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

Source from the content-addressed store, hash-verified

31}
32
33func TestProposers(t *testing.T) {
34 SetRunMode(Dev)
35 props := Proposers()
36 assert.Equal(t, devProposers, props)
37}
38
39func TestValidators(t *testing.T) {
40 SetRunMode(Dev)

Callers

nothing calls this directly

Calls 3

ProposersFunction · 0.85
SetRunModeFunction · 0.70
EqualMethod · 0.65

Tested by

no test coverage detected