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 (
"math"
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
)
func TestBarChartRender(t *testing.T) {