mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
small fix
This commit is contained in:
@@ -65,7 +65,7 @@ func TestLookupProxy(t *testing.T) {
|
||||
|
||||
func BenchmarkLookupProxy(b *testing.B) {
|
||||
t := new(testing.T)
|
||||
name, rm, err := test.TempFile(t, ".", exampleOrg)
|
||||
name, rm, err := test.TempFile(".", exampleOrg)
|
||||
if err != nil {
|
||||
t.Fatalf("failed to created zone: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user