diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/proxy_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go index 7e85a0c87..1e90048f6 100644 --- a/test/proxy_test.go +++ b/test/proxy_test.go @@ -100,7 +100,7 @@ func TestLookupDnsWithForcedTcp(t *testing.T) { } } -func BenchmarkLookupProxy(b *testing.B) { +func BenchmarkProxyLookup(b *testing.B) { t := new(testing.T) name, rm, err := test.TempFile(".", exampleOrg) if err != nil { |