(t *testing.T)
| 27 | ) |
| 28 | |
| 29 | func TestDefaultError(t *testing.T) { |
| 30 | t.Parallel() |
| 31 | testErrorCode(t, defaultErrorCode, fmt.Errorf("random error")) |
| 32 | } |
| 33 | |
| 34 | func TestDNSErrors(t *testing.T) { |
| 35 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…