summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-07 20:04:17 -0700
committerWolfy-J <[email protected]>2018-07-07 20:04:17 -0700
commit466383c72d921aba728de40b60910741e561c1d1 (patch)
tree2b8ee2778ddf5399a1fe9260c0947bf9a194bf80
parent53446c612b2bb33dda8ee6943787f24e238fe13f (diff)
attributes and tests
-rw-r--r--service/http/attributes_test.go2
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) {