mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -105,6 +105,7 @@ func TestKubernetesIXFRCurrent(t *testing.T) {
|
||||
}
|
||||
|
||||
func validateAXFR(t *testing.T, ch <-chan []dns.RR, multicluster bool) {
|
||||
t.Helper()
|
||||
xfr := []dns.RR{}
|
||||
for rrs := range ch {
|
||||
xfr = append(xfr, rrs...)
|
||||
|
||||
Reference in New Issue
Block a user