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