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

@ -3,7 +3,7 @@ package matrix
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
)
func TestNew(t *testing.T) {

View file

@ -3,7 +3,7 @@ package matrix
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
)
func TestPoly(t *testing.T) {