mirror of
https://github.com/coredns/coredns.git
synced 2025-11-18 09:52:17 -05:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -218,6 +218,7 @@ func TestTransferIXFRFallback(t *testing.T) {
|
||||
}
|
||||
|
||||
func validateAXFRResponse(t *testing.T, w *dnstest.MultiRecorder) {
|
||||
t.Helper()
|
||||
if len(w.Msgs) == 0 {
|
||||
t.Fatal("Did not get back a zone response")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user