From 5893ddb0ff4acdc72e0d4a1026b28df2d1bb9b60 Mon Sep 17 00:00:00 2001 From: Heather Hendy Date: Mon, 23 Oct 2017 11:37:48 -0600 Subject: [PATCH] updates assert package --- hostpool_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hostpool_test.go b/hostpool_test.go index e974aa7..cf885c2 100644 --- a/hostpool_test.go +++ b/hostpool_test.go @@ -2,13 +2,14 @@ package hostpool import ( "errors" - "github.com/bmizerany/assert" "io/ioutil" "log" "math/rand" "os" "testing" "time" + + "github.com/stretchr/testify/assert" ) func TestHostPool(t *testing.T) {