Skip to content

Commit

Permalink
updates assert package
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Hendy committed Oct 23, 2017
1 parent c32c366 commit 5893ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hostpool_test.go
Expand Up @@ -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) {
Expand Down

0 comments on commit 5893ddb

Please sign in to comment.