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

@ -6,7 +6,7 @@ go:
sudo: false
before_script:
- go get -u github.com/blendlabs/go-assert
- go get -u github.co/blend/go-sdk/assert
- go get ./...
script:

View File

@ -4,7 +4,7 @@ import (
"image/color"
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/drawing"
)

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) {

View File

@ -5,7 +5,7 @@ import (
"math"
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)

View File

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

View File

@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/drawing"
"github.com/wcharczuk/go-chart/seq"
)

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/util"
)

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)

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 {

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)

View File

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

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)

View File

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

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
)
var (

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/util"
)

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) {

View File

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

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/matrix"
)

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
assert "github.com/blendlabs/go-assert"
assert "github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/util"
)

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
"github.com/wcharczuk/go-chart/util"
)

View File

@ -3,7 +3,7 @@ package chart
import (
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/golang/freetype/truetype"
"github.com/wcharczuk/go-chart/drawing"
)

View File

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

View File

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

View File

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

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) {

View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/util"
)

View File

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

View File

@ -5,7 +5,7 @@ import (
"strings"
"testing"
"github.com/blendlabs/go-assert"
"github.co/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/drawing"
)

View File

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

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) {