mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -62,6 +62,7 @@ func TestWalkNonExistent(t *testing.T) {
|
||||
}
|
||||
|
||||
func createFiles(t *testing.T) (string, error) {
|
||||
t.Helper()
|
||||
dir := t.TempDir()
|
||||
|
||||
for _, name := range dbFiles {
|
||||
|
||||
Reference in New Issue
Block a user