diff options
Diffstat (limited to 'service/http/attributes/attributes_test.go')
-rw-r--r-- | service/http/attributes/attributes_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/http/attributes/attributes_test.go b/service/http/attributes/attributes_test.go index 2360fd12..d914f6fa 100644 --- a/service/http/attributes/attributes_test.go +++ b/service/http/attributes/attributes_test.go @@ -1,9 +1,10 @@ package attributes import ( - "github.com/stretchr/testify/assert" "net/http" "testing" + + "github.com/stretchr/testify/assert" ) func TestAllAttributes(t *testing.T) { |