(t *testing.T)
| 25 | } |
| 26 | |
| 27 | func TestCandidates(t *testing.T) { |
| 28 | SetRunMode(Dev) |
| 29 | addr := Candidates() |
| 30 | assert.Equal(t, devDefaultCandidates, addr) |
| 31 | } |
| 32 | |
| 33 | func TestProposers(t *testing.T) { |
| 34 | SetRunMode(Dev) |
nothing calls this directly
no test coverage detected