(t *testing.T)
| 121 | } |
| 122 | |
| 123 | func TestStateSyncConfigValidateBasic(t *testing.T) { |
| 124 | cfg := TestStateSyncConfig() |
| 125 | require.NoError(t, cfg.ValidateBasic()) |
| 126 | } |
| 127 | |
| 128 | func TestBlockSyncConfigValidateBasic(t *testing.T) { |
| 129 | cfg := TestBlockSyncConfig() |
nothing calls this directly
no test coverage detected
searching dependent graphs…