From 466383c72d921aba728de40b60910741e561c1d1 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 7 Jul 2018 20:04:17 -0700 Subject: attributes and tests --- service/http/attributes_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/http') diff --git a/service/http/attributes_test.go b/service/http/attributes_test.go index d58d8879..aeb7fe74 100644 --- a/service/http/attributes_test.go +++ b/service/http/attributes_test.go @@ -3,7 +3,7 @@ package http import ( "testing" "net/http" - "github.com/magiconair/properties/assert" + "github.com/stretchr/testify/assert" ) func TestAllAttributes(t *testing.T) { -- cgit v1.2.3