mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 08:14:18 -04: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