(t *testing.T)
| 54 | } |
| 55 | |
| 56 | func TestGetDefaultValidators(t *testing.T) { |
| 57 | urls := GetDefaultValidators() |
| 58 | assert.Nil(t, urls) |
| 59 | } |
| 60 | |
| 61 | func TestGetDefaultValidatorsByRunMode(t *testing.T) { |
| 62 | SetRunMode(Dev) |
nothing calls this directly
no test coverage detected