diff options
author | Wolfy-J <[email protected]> | 2018-07-07 20:04:17 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-07 20:04:17 -0700 |
commit | 466383c72d921aba728de40b60910741e561c1d1 (patch) | |
tree | 2b8ee2778ddf5399a1fe9260c0947bf9a194bf80 | |
parent | 53446c612b2bb33dda8ee6943787f24e238fe13f (diff) |
attributes and tests
-rw-r--r-- | service/http/attributes_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |