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

@ -5,7 +5,7 @@ import (
"image/color"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
)
func TestColorFromHex(t *testing.T) {

View file

@ -3,7 +3,7 @@ package drawing
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
)
type point struct {