changing assert

This commit is contained in:
Will Charczuk 2018-04-05 00:36:12 -07:00
parent 7d28470055
commit df14434b6e
39 changed files with 39 additions and 39 deletions

View file

@ -4,7 +4,7 @@ import (
"testing"
"time"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
)
func parse(v string) time.Time {

View file

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
)
func TestMinAndMax(t *testing.T) {