small fix
This commit is contained in:
parent
a05901f62a
commit
6cf14746ad
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ func TestLookupProxy(t *testing.T) {
|
||||||
|
|
||||||
func BenchmarkLookupProxy(b *testing.B) {
|
func BenchmarkLookupProxy(b *testing.B) {
|
||||||
t := new(testing.T)
|
t := new(testing.T)
|
||||||
name, rm, err := test.TempFile(t, ".", exampleOrg)
|
name, rm, err := test.TempFile(".", exampleOrg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("failed to created zone: %s", err)
|
t.Fatalf("failed to created zone: %s", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue