Skip to content

Commit 5893ddb

Browse files
author
Heather Hendy
committed
updates assert package
1 parent c32c366 commit 5893ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hostpool_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ package hostpool
22

33
import (
44
"errors"
5-
"github.com/bmizerany/assert"
65
"io/ioutil"
76
"log"
87
"math/rand"
98
"os"
109
"testing"
1110
"time"
11+
12+
"github.com/stretchr/testify/assert"
1213
)
1314

1415
func TestHostPool(t *testing.T) {

0 commit comments

Comments
 (0)