mirror of
https://github.com/coredns/coredns.git
synced 2025-10-30 09:43:17 -04:00
test: add t.Helper() calls to test helper functions (#7351)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package test
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTempFile(t *testing.T) {
|
||||
_, f, e := TempFile(".", "test")
|
||||
|
||||
Reference in New Issue
Block a user