(t *testing.T)
| 37 | } |
| 38 | |
| 39 | func TestValidators(t *testing.T) { |
| 40 | SetRunMode(Dev) |
| 41 | validators := Validators() |
| 42 | assert.Equal(t, devValidators, validators) |
| 43 | } |
| 44 | |
| 45 | func TestBootnodes(t *testing.T) { |
| 46 | SetRunMode(Dev) |
nothing calls this directly
no test coverage detected