need to rewrite this test.

This commit is contained in:
Will Charczuk 2016-07-30 12:59:59 -07:00
parent 0fe9f53806
commit 5e15568903
1 changed files with 4 additions and 6 deletions

View File

@ -1,14 +1,12 @@
package chart
import (
"testing"
"github.com/blendlabs/go-assert"
)
/*
func TestGenerateTicksWithStep(t *testing.T) {
assert := assert.New(t)
ticks := GenerateContinuousTicksWithStep(&ContinuousRange{Min: 1.0, Max: 10.0, Domain: 100}, 1.0, FloatValueFormatter, false)
assert.Len(ticks, 10)
}
*/