mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -44,6 +44,7 @@ func TestReload(t *testing.T) {
|
||||
}
|
||||
|
||||
func send(t *testing.T, server string) {
|
||||
t.Helper()
|
||||
m := new(dns.Msg)
|
||||
m.SetQuestion("whoami.example.org.", dns.TypeSRV)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user