Appease golint gods

This commit is contained in:
Travis Groth 2019-06-28 06:31:29 -04:00
parent 6b9f0d3f57
commit 353b4feaf6
5 changed files with 22 additions and 5 deletions

View file

@ -8,7 +8,7 @@ import (
func Test_RegisterHTTPClientView(t *testing.T) {
RegisterHTTPClientView()
for _, v := range []*view.View{HTTPClientRequestCountView, HTTPClientRequestDurationView, HTTPClientRequestSizeView} {
for _, v := range []*view.View{HTTPClientRequestCountView, HTTPClientRequestDurationView, HTTPClientResponseSizeView} {
if view.Find(v.Name) != v {
t.Errorf("Failed to find registered view %s", v.Name)
}